|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnDockActionSource | |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.station.toolbar.group | |
bibliothek.gui.dock.station.toolbar.title |
Uses of ColumnDockActionSource in bibliothek.gui.dock |
---|
Methods in bibliothek.gui.dock that return ColumnDockActionSource | |
---|---|
ColumnDockActionSource |
ToolbarGroupDockStation.getExpandActionSource()
Gets a ColumnDockActionSource which allows to modify the
ExpandedState of the children of this station. |
Uses of ColumnDockActionSource in bibliothek.gui.dock.station.toolbar.group |
---|
Classes in bibliothek.gui.dock.station.toolbar.group that implement ColumnDockActionSource | |
---|---|
class |
AbstractToolbarGroupActions<P,C extends AbstractToolbarGroupActions.Column>
A class that can create one DockActionSource for each ToolbarColumn a ToolbarGroupDockStation
has. |
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. |
Methods in bibliothek.gui.dock.station.toolbar.group that return ColumnDockActionSource | |
---|---|
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)
|
Uses of ColumnDockActionSource in bibliothek.gui.dock.station.toolbar.title |
---|
Methods in bibliothek.gui.dock.station.toolbar.title that return ColumnDockActionSource | |
---|---|
protected abstract ColumnDockActionSource |
ColumnDockTitle.getSourceFor(bibliothek.gui.Dockable dockable)
Gets the ColumnDockActionSource that should be used for finding the actions
of dockable . |
Methods in bibliothek.gui.dock.station.toolbar.title with parameters of type ColumnDockActionSource | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |