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

Packages that use SimpleDockAction
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes. 
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.mode.action A set of DockActions that change the LocationMode of a Dockable
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of SimpleDockAction in bibliothek.gui
 

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

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

Classes in bibliothek.gui.dock.action.actions with type parameters of type SimpleDockAction
 class GroupedDockAction<K,D extends SimpleDockAction>
          A DockAction which classifies its Dockables in groups.
 

Subclasses of SimpleDockAction in bibliothek.gui.dock.action.actions
 class SimpleButtonAction
          A ButtonDockAction that has the same properties for all Dockables which use the action.
 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 SimpleDockAction in bibliothek.gui.dock.common.action
 

Subclasses of SimpleDockAction in bibliothek.gui.dock.common.action
 class CPanelPopup.PanelPopup
          A custom action shows some dialog or window when triggered
 

Uses of SimpleDockAction in bibliothek.gui.dock.common.intern.action
 

Methods in bibliothek.gui.dock.common.intern.action with parameters of type SimpleDockAction
protected  void CDecorateableAction.init(SimpleDockAction action)
          Initializes this action, this method can be called only once.
 

Constructors in bibliothek.gui.dock.common.intern.action with parameters of type SimpleDockAction
CDecorateableAction(SimpleDockAction action)
          Creates a new action.
 

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

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

Uses of SimpleDockAction in bibliothek.gui.dock.facile.mode.action
 

Subclasses of SimpleDockAction in bibliothek.gui.dock.facile.mode.action
 class ExternalizedModeAction
          An action used to change the Mode of a Dockable to the ExternalizedMode.
 class LocationModeAction
          Action for changing the LocationMode of a Dockable.
 class MaximizedModeAction
          An action used to change the Mode of a Dockable to the MaximizedMode.
 class MinimizedModeAction
          An action used to change the Mode of a Dockable to the MinimizedMode.
 class NormalModeAction
          An action used to change the Mode of a Dockable to the NormalMode.
 

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

Subclasses of SimpleDockAction in bibliothek.gui.dock.station.flap
 class FlapDockDirection
          This DockAction is used as an action of a FlapDockStation.