Package bibliothek.gui.dock.station.toolbar.layout

Interface Summary
GridPlaceholderList.Column<D,S,P extends PlaceholderListItem<D>> Represents one list of Dockables.
GridPlaceholderList.ColumnItem<D,S,P extends PlaceholderListItem<D>> An class representing either a GridPlaceholderList.Column or a DockElement.
PlaceholderToolbarGridConverter<D,P extends PlaceholderListItem<D>> A converter used by the PlaceholderToolbarGrid when reading a PlaceholderMap.
ToolbarGridLayoutManagerListener An observer that is added to a ToolbarGridLayoutManager.
 

Class Summary
DockableGridPlaceholderList<P extends PlaceholderListItem<bibliothek.gui.Dockable>> Represents a list of lists of Dockables 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 PlaceholderListItem<bibliothek.gui.Dockable>> An implementation of PlaceholderToolbarGrid that uses Dockables and DockStations.
GridPlaceholderList<D,S,P extends PlaceholderListItem<D>> This PlaceholderList stores GridPlaceholderList.Columns as items, where one GridPlaceholderList.Column is just another PlaceholderList.
ModeledPlaceholderToolbarGrid<D,S,P extends PlaceholderListItem<D>> A PlaceholderToolbarGrid which offers a ToolbarColumnModel to access the dockables.
PerspectiveGridPlaceholderList Represents a list of lists of PerspectiveDockables and placeholders.
PerspectivePlaceholderToolbarGrid An implementation of PlaceholderToolbarGrid that uses PerspectiveDockables and PerspectiveStations, thus is ideal to be used in the perspective API.
PlaceholderToolbarGrid<D,S,P extends PlaceholderListItem<D>> A PlaceholderToolbarGrid behaves like a list of PlaceholderLists.
ToolbarGridLayoutManager<P extends PlaceholderListItem<bibliothek.gui.Dockable>> This LayoutManager2 orders a set of Components in columns.