| Package | Description |
|---|---|
| bibliothek.gui.dock.station.support |
Elements used by various
DockStations 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
Dockables 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. |
Copyright © 2017 Docking Frames. All rights reserved.