Package | Description |
---|---|
bibliothek.gui.dock.station.toolbar.layout |
Modifier and Type | Class and Description |
---|---|
class |
DockableGridPlaceholderList<P extends bibliothek.gui.dock.station.support.PlaceholderListItem<bibliothek.gui.Dockable>>
Represents a list of lists of
Dockable s and placeholders.Note: this class does not validate its content in any way, it is the clients responsibility to keep the list clean. |
class |
PerspectiveGridPlaceholderList
Represents a list of lists of
PerspectiveDockable s and placeholders. |
Modifier and Type | Method and Description |
---|---|
protected GridPlaceholderList<bibliothek.gui.Dockable,bibliothek.gui.DockStation,P> |
DockablePlaceholderToolbarGrid.createGrid() |
protected GridPlaceholderList<bibliothek.gui.dock.perspective.PerspectiveDockable,bibliothek.gui.dock.perspective.PerspectiveStation,bibliothek.gui.dock.perspective.PerspectiveDockable> |
PerspectivePlaceholderToolbarGrid.createGrid() |
protected abstract GridPlaceholderList<D,S,P> |
PlaceholderToolbarGrid.createGrid()
Creates a new
GridPlaceholderList . |