|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.toolbar.group.ToolbarGroupExpander
public class ToolbarGroupExpander
This is a helper class enabling support for 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 Summary | |
---|---|
ToolbarGroupExpander(ToolbarGroupDockStation station)
Creates a new expander |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolbarGroupExpander(ToolbarGroupDockStation station)
station
- the station for which this expander will workMethod Detail |
---|
public void setController(bibliothek.gui.DockController controller)
DockController
in whose realm this expander works
controller
- the controllerpublic ColumnDockActionSource getActions()
ColumnDockActionSource
which allows users to change the ExpandedState
of an entire
column of Dockable
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |