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

Packages that use GroupedDockAction
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.facile.action   
bibliothek.gui.dock.station.flap   
bibliothek.gui.dock.station.split   
 

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

Subclasses of GroupedDockAction in bibliothek.gui.dock.action.actions
 class GroupedButtonDockAction<K>
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
 class GroupedDropDownItemAction<K,D extends SimpleDropDownItemAction>
          An action that can be shown as child of a DropDownAction.
 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 GroupedDockAction in bibliothek.gui.dock.facile.action
 

Subclasses of GroupedDockAction in bibliothek.gui.dock.facile.action
 class ReplaceAction
          A DockAction that can replace a DockStation by it's only child.
 

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

Subclasses of GroupedDockAction 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 GroupedDockAction in bibliothek.gui.dock.station.split
 

Subclasses of GroupedDockAction 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.