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

Packages that use SharingSelectableDockAction
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.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
bibliothek.gui.dock.common.action.core A set of DockActions that also implement CommonDockAction
 

Uses of SharingSelectableDockAction in bibliothek.gui.dock.action
 

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

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

Classes in bibliothek.gui.dock.action.actions that implement SharingSelectableDockAction
 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 SharingSelectableDockAction in bibliothek.gui.dock.common.action.core
 

Subinterfaces of SharingSelectableDockAction in bibliothek.gui.dock.common.action.core
 interface CommonSelectableAction
          A combination of SharingSelectableDockAction and CommonDockAction, does not add any new methods or fields.
This is the interface a DockAction must implement if used by CSelectableAction.
 

Classes in bibliothek.gui.dock.common.action.core that implement SharingSelectableDockAction
 class CommonSimpleCheckAction
          A SimpleSelectableAction that also implements CommonDockAction.
 class CommonSimpleRadioAction
          A SimpleSelectableAction that also implements CommonDockAction.