Interface | Description |
---|---|
ColumnScrollBar |
A scrollbar used by the
ToolbarGroupDockStation to slide around entire columns of buttons. |
ColumnScrollBarFactory |
A factory creating new
ColumnScrollBar s. |
ToolbarColumn<D,P> |
Represents one column of a
ToolbarGroupDockStation . |
ToolbarColumnListener<D,P> |
This observer can be added to a
ToolbarColumn and receives events if the content
of the column changes. |
ToolbarColumnModel<D,P> |
The
ToolbarColumnModel provides a clearly defined way to access and monitor the columns of a
ToolbarGroupDockStation . |
ToolbarColumnModelListener<D,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
Dockable s. |
ToolbarGroupDividerStrategyFactory |
A factory creating new
ToolbarGroupDividerStrategy s. |
ToolbarGroupHeader |
Represents a single
Component which can be shown at the top or
left end of a ToolbarGroupDockStation .ToolbarGroupHeader s are created by ToolbarGroupHeaderFactory s. |
ToolbarGroupHeaderFactory |
Factory for creating new
ToolbarGroupHeader s. |
Class | Description |
---|---|
AbstractToolbarGroupActions<P,C extends AbstractToolbarGroupActions.Column> | |
DefaultToolbarGroupDividierStrategy |
This implementation of
ToolbarGroupDividerStrategy paints a line between each
column and each line, and a line around at the outside of the Dockable s 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
JScrollBar s 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 . |
ToolbarGroupPlaceholderMapping |
A
PlaceholderMapping that represents the placeholders of a ToolbarGroupDockStation . |
ToolbarGroupProperty |
Describes the position of one child of a
ToolbarGroupDockStation . |
ToolbarGroupPropertyFactory |
This factory creates new
ToolbarGroupProperty s. |
ToolbarGroupSpanStrategy<P extends bibliothek.gui.dock.station.support.PlaceholderListItem<bibliothek.gui.Dockable>> |
This class keeps track of the currently used
Span s of a ToolbarGroupDockStation . |
ToolbarGroupTitle |
A specialized title that should only be used for
ToolbarGroupDockStation s. |