Package | Description |
---|---|
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
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 |
---|---|
<T extends PlaceholderListItem<Dockable>> |
DockStationDelegate.combine(PlaceholderList.Item item,
Combiner combiner,
AsideRequest request)
Can be called by
DockStation.aside(AsideRequest) if request contains a
location that points toward item . |
Modifier and Type | Method and Description |
---|---|
PlaceholderList.Item |
PlaceholderList.getItem(D dockable)
|
PlaceholderList.Item |
PlaceholderList.getItem(Path placeholder)
Searches for the one
PlaceholderList.Item in the PlaceholderList.dockables list that contains
placeholder . |
Modifier and Type | Method and Description |
---|---|
PlaceholderList.Filter<PlaceholderList.Item> |
PlaceholderList.list()
Gets a mutable view of all elements of this list.
|