Uses of Interface
bibliothek.gui.dock.action.actions.SharingStandardDockAction

Packages that use SharingStandardDockAction
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
 

Uses of SharingStandardDockAction in bibliothek.gui
 

Classes in bibliothek.gui that implement SharingStandardDockAction
 class DockFrontend.Hider
          An object which is action and ActionGuard at the same time.
 

Uses of SharingStandardDockAction in bibliothek.gui.dock.action
 

Classes in bibliothek.gui.dock.action that implement SharingStandardDockAction
protected  class StationChildrenActionSource.FocusAction
          An action that can transfer the focus
 

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

Subinterfaces of SharingStandardDockAction in bibliothek.gui.dock.action.actions
 interface SharingDropDownDockAction
          A SharingDropDownDockAction is a DropDownAction whose properties are shared by all Dockables and whose properties can be set by the client.
 interface SharingDropDownItemAction
          A DropDownItemAction whose properties are shared among all Dockables, the properties can be modified by the client.
 interface SharingSelectableDockAction
          A SelectableDockAction whose properties are shared among all Dockables, clients can modify the properties.
 

Classes in bibliothek.gui.dock.action.actions that implement SharingStandardDockAction
 class AbstractSimpleDropDownAction
          A dropdown action based on one DockActionSource which has to be specified by a subclass.
 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 SharingStandardDockAction in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement SharingStandardDockAction
 class FlapDockDirection
          This DockAction is used as an action of a FlapDockStation.