public class ToolbarGroupExpander extends Object
ExpandedState
of the children of a ToolbarGroupDockStation
.
This class provides all the tasks that may be useful:
ColumnDockActionSource
to allow implementation of a DockTitle
showing
actions for the different columns.Constructor and Description |
---|
ToolbarGroupExpander(ToolbarGroupDockStation station)
Creates a new expander
|
Modifier and Type | Method and Description |
---|---|
ColumnDockActionSource |
getActions()
Gets a
ColumnDockActionSource which allows users to change the ExpandedState of an entire
column of Dockable s. |
void |
setController(bibliothek.gui.DockController controller)
Sets the
DockController in whose realm this expander works |
public ToolbarGroupExpander(ToolbarGroupDockStation station)
station
- the station for which this expander will workpublic void setController(bibliothek.gui.DockController controller)
DockController
in whose realm this expander workscontroller
- the controllerpublic ColumnDockActionSource getActions()
ColumnDockActionSource
which allows users to change the ExpandedState
of an entire
column of Dockable
s.