Interface | Description |
---|---|
PlaceholderToolbarGridConverter<D,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>> |
A converter used by the
PlaceholderToolbarGrid when reading a
PlaceholderMap . |
ToolbarGridLayoutManagerListener |
An observer that is added to a
ToolbarGridLayoutManager . |
Class | Description |
---|---|
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. |
DockablePlaceholderToolbarGrid<P extends bibliothek.gui.dock.station.support.PlaceholderListItem<bibliothek.gui.Dockable>> | |
GridPlaceholderList<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>> | |
ModeledPlaceholderToolbarGrid<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>> |
A
PlaceholderToolbarGrid which offers a ToolbarColumnModel to access the dockables. |
PerspectiveGridPlaceholderList |
Represents a list of lists of
PerspectiveDockable s and placeholders. |
PerspectivePlaceholderToolbarGrid |
An implementation of
PlaceholderToolbarGrid that uses PerspectiveDockable s
and PerspectiveStation s, thus is ideal to be used in the perspective API. |
PlaceholderToolbarGrid<D,S,P extends bibliothek.gui.dock.station.support.PlaceholderListItem<D>> |
A
PlaceholderToolbarGrid behaves like a list of PlaceholderList s. |
ToolbarGridLayoutManager<P extends bibliothek.gui.dock.station.support.PlaceholderListItem<bibliothek.gui.Dockable>> |
This
LayoutManager2 orders a set of Component s in columns. |