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

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

Uses of AbstractStandardDockAction in bibliothek.gui
 

Subclasses of AbstractStandardDockAction in bibliothek.gui
 class DockFrontend.Hider
          An object which is action and ActionGuard at the same time.
 

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

Subclasses of AbstractStandardDockAction in bibliothek.gui.dock.action.actions
 class GroupedButtonDockAction<K>
          A GroupedDockAction that provides the functionality of a ButtonDockAction.
 class GroupedDockAction<K,D extends SimpleDockAction>
          A DockAction which classifies its Dockables in groups.
 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
 class SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
 class SimpleDockAction
          A simple implementation of DockAction.
 class SimpleDropDownAction
          A dropdown action that has the same properties for all Dockables.
 class SimpleDropDownItemAction
          An action that can be shown as child of a DropDownAction and which has advanced information for the DropDownAction.
 class SimpleMenuAction
          An action that provides a menu which contains other actions.
 class SimpleSelectableAction
          A DockAction that has a state selected.
static class SimpleSelectableAction.Check
          A SimpleSelectableAction that is visualized as a ActionType.CHECK.
static class SimpleSelectableAction.Radio
          A SimpleSelectableAction that is visualized as a ActionType.RADIO.
 

Uses of AbstractStandardDockAction in bibliothek.gui.dock.facile.action
 

Subclasses of AbstractStandardDockAction in bibliothek.gui.dock.facile.action
 class CloseAction
          This action shows an icon for "close".
 class RenameAction
          This DockAction can change the title-text of a Dockable.
static class RenameAction.RenameDefaultDockable
          An implementation of RenameAction that can handle DefaultDockables.
static class RenameAction.RenameFlapDockStation
          An implementation of RenameAction that can handle FlapDockStations.
static class RenameAction.RenameSplitDockStation
          An implementation of RenameAction that can handle SplitDockStations.
static class RenameAction.RenameStackDockStation
          An implementation of RenameAction that can handle StackDockStations.
 class ReplaceAction
          A DockAction that can replace a DockStation by it's only child.
 

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

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

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

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