Package | Description |
---|---|
bibliothek.gui.dock.station.support |
Elements used by various
DockStation s to store
properties and to propagate events to other objects. |
Modifier and Type | Method and Description |
---|---|
PlaceholderList.Filter<P> |
PlaceholderList.dockables()
Gets a mutable view of all
Dockable s of this list. |
PlaceholderList.Filter<PlaceholderList.Item> |
PlaceholderList.list()
Gets a mutable view of all elements of this list.
|
PlaceholderList.Filter<Set<Path>> |
PlaceholderList.listPlaceholders()
Gets a mutable view of all elements of this list.
|
PlaceholderList.Filter<Set<Path>> |
PlaceholderList.purePlaceholders()
Gets a mutable view of all pure placeholders of this list.
|
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderList.Filter.move(PlaceholderList.Filter<M> sourceList,
int sourceIndex,
int destination)
Moves an item from
sourceList to this list. |