Package | Description |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.station.toolbar.group | |
bibliothek.gui.dock.station.toolbar.title |
Modifier and Type | Method and Description |
---|---|
ColumnDockActionSource |
ToolbarGroupDockStation.getExpandActionSource()
Gets a
ColumnDockActionSource which allows to modify the
ExpandedState of the children of this station. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractToolbarGroupActions<P,C extends AbstractToolbarGroupActions.Column>
|
class |
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. |
Modifier and Type | Method and Description |
---|---|
ColumnDockActionSource |
ToolbarGroupExpander.getActions()
Gets a
ColumnDockActionSource which allows users to change the ExpandedState of an entire
column of Dockable s. |
protected ColumnDockActionSource |
ToolbarGroupTitle.getSourceFor(bibliothek.gui.Dockable dockable) |
Modifier and Type | Method and Description |
---|---|
protected abstract ColumnDockActionSource |
ColumnDockTitle.getSourceFor(bibliothek.gui.Dockable dockable)
Gets the
ColumnDockActionSource that should be used for finding the actions
of dockable . |
Modifier and Type | Method and Description |
---|---|
void |
ColumnDockActionSourceListener.inserted(ColumnDockActionSource source,
bibliothek.gui.dock.action.DockActionSource item,
int index)
Called if a new column was inserted into
source |
void |
ColumnDockActionSourceListener.removed(ColumnDockActionSource source,
bibliothek.gui.dock.action.DockActionSource item,
int index)
Called if a column was removed from
source |
void |
ColumnDockActionSourceListener.reshaped(ColumnDockActionSource source)
Called if the offset or length of at least one column changed
|