public class TableContainer extends ListWithCallbacks<Table>
modCount| Constructor and Description |
|---|
TableContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
added(Table table)
Called to notify subclasses of item addition.
|
Table |
getResourceTableByName(String name)
Utility method to retrieve the definition of a resource table by name.
|
Table |
getTaskTableByName(String name)
Utility method to retrieve the definition of a task table by name.
|
protected void |
removed(Table table)
Called to notify subclasses of item removal.
|
add, add, clear, get, remove, replaced, set, sizeaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected void added(Table table)
ListWithCallbacksadded in class ListWithCallbacks<Table>table - added itemprotected void removed(Table table)
ListWithCallbacksremoved in class ListWithCallbacks<Table>table - removed itempublic Table getTaskTableByName(String name)
name - table nameCopyright © 2000–2025 MPXJ. All rights reserved.