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, size
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected void added(Table table)
ListWithCallbacks
added
in class ListWithCallbacks<Table>
table
- added itemprotected void removed(Table table)
ListWithCallbacks
removed
in class ListWithCallbacks<Table>
table
- removed itempublic Table getTaskTableByName(String name)
name
- table nameCopyright © 2000–2024 Packwood Software. All rights reserved.