Package | Description |
---|---|
bibliothek.gui.dock.station.toolbar.layout | |
bibliothek.gui.dock.station.toolbar.layout.grid |
Modifier and Type | Method and Description |
---|---|
protected ColumnItem<D,S,P>[] |
GridPlaceholderList.getChildren(ColumnItem<D,S,P> station) |
protected ColumnItem<D,S,P> |
GridPlaceholderList.toStation(ColumnItem<D,S,P> dockable) |
Modifier and Type | Method and Description |
---|---|
protected ColumnItem<D,S,P>[] |
GridPlaceholderList.getChildren(ColumnItem<D,S,P> station) |
protected bibliothek.util.Path |
GridPlaceholderList.getPlaceholder(ColumnItem<D,S,P> dockable) |
protected bibliothek.gui.dock.station.support.PlaceholderMap |
GridPlaceholderList.getPlaceholders(ColumnItem<D,S,P> station) |
protected void |
GridPlaceholderList.setPlaceholders(ColumnItem<D,S,P> station,
bibliothek.gui.dock.station.support.PlaceholderMap map) |
protected ColumnItem<D,S,P> |
GridPlaceholderList.toStation(ColumnItem<D,S,P> dockable) |
protected java.lang.String |
GridPlaceholderList.toString(ColumnItem<D,S,P> dockable) |
Modifier and Type | Interface and Description |
---|---|
interface |
Column<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>>
Represents one list of
Dockable s. |
Modifier and Type | Method and Description |
---|---|
ColumnItem<D,S,P> |
ColumnItem.asStation()
Converts this item into an item that represents a
DockStation |
ColumnItem<D,S,P>[] |
ColumnItem.getChildren()
Gets the children of this station
|