Uses of Class
bibliothek.gui.dock.action.actions.GroupedDropDownItemAction

Packages that use GroupedDropDownItemAction
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of GroupedDropDownItemAction in bibliothek.gui.dock.action.actions
 

Subclasses of GroupedDropDownItemAction in bibliothek.gui.dock.action.actions
 class GroupedButtonDockAction<K>
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
 class GroupedSelectableDockAction<K>
          An action that can change between selected and not selected.
static class GroupedSelectableDockAction.Check<K>
          An action intended to use as type ActionType.CHECK
static class GroupedSelectableDockAction.Radio<K>
          An action intended to use as type ActionType.RADIO
 

Uses of GroupedDropDownItemAction in bibliothek.gui.dock.station.flap
 

Subclasses of GroupedDropDownItemAction in bibliothek.gui.dock.station.flap
 class FlapDockHoldToggle
          This DockAction is shown together with the children of a FlapDockStation, and allows to "stick" a Dockable.
 

Uses of GroupedDropDownItemAction in bibliothek.gui.dock.station.split
 

Subclasses of GroupedDropDownItemAction in bibliothek.gui.dock.station.split
 class SplitFullScreenAction
          This DockAction is mainly used by the SplitDockStation to allow it's children to get in fullscreen-mode.