Package bibliothek.gui.dock.station.toolbar.group

Interface Summary
ColumnScrollBar A scrollbar used by the ToolbarGroupDockStation to slide around entire columns of buttons.
ColumnScrollBarFactory A factory creating new ColumnScrollBars.
ToolbarColumn<P> Represents one column of a ToolbarGroupDockStation.
ToolbarColumnListener<P> This observer can be added to a ToolbarColumn and receives events if the content of the column changes.
ToolbarColumnModel<P> The ToolbarColumnModel provides a clearly defined way to access and monitor the columns of a ToolbarGroupDockStation.
ToolbarColumnModelListener<P> A listener that is added to a ToolbarColumnModel, is informed if columns are added or removed from the model.
ToolbarGroupDividerStrategy A ToolbarGroupDividerStrategy is responsible for painting dividers between Dockables.
ToolbarGroupDividerStrategyFactory A factory creating new ToolbarGroupDividerStrategys.
ToolbarGroupHeader Represents a single Component which can be shown at the top or left end of a ToolbarGroupDockStation.
ToolbarGroupHeaders are created by ToolbarGroupHeaderFactorys.
ToolbarGroupHeaderFactory Factory for creating new ToolbarGroupHeaders.
 

Class Summary
AbstractToolbarGroupActions<P,C extends AbstractToolbarGroupActions.Column> A class that can create one DockActionSource for each ToolbarColumn a ToolbarGroupDockStation has.
DefaultToolbarGroupDividierStrategy This implementation of ToolbarGroupDividerStrategy paints a line between each column and each line, and a line around at the outside of the Dockables as well.
ExpandToolbarGroupActions<P> This class uses the ExpandableToolbarItemStrategy to find out whether the items of some columns can be expanded, and if so this class generates an appropriate DockActionSource containing actions to expand or shrink all the items of one column.
SlimScrollbar A slim version of a JScrollBar.
SwingColumnScrollBarFactory This factory creates new JScrollBars as scrollbars.
ToolbarGroupDropInfo This class contains and computes information about a drag and drop action.
ToolbarGroupExpander This is a helper class enabling support for ExpandedState of the children of a ToolbarGroupDockStation.
ToolbarGroupProperty Describes the position of one child of a ToolbarGroupDockStation.
ToolbarGroupPropertyFactory This factory creates new ToolbarGroupPropertys.
ToolbarGroupSpanStrategy<P extends PlaceholderListItem<bibliothek.gui.Dockable>> This class keeps track of the currently used Spans of a ToolbarGroupDockStation.
ToolbarGroupTitle A specialized title that should only be used for ToolbarGroupDockStations.