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

Packages that use SimpleSelectableAction
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 SimpleSelectableAction in bibliothek.gui.dock.action
 

Subclasses of SimpleSelectableAction in bibliothek.gui.dock.action
protected  class StationChildrenActionSource.FocusAction
          An action that can transfer the focus
 

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

Subclasses of SimpleSelectableAction in bibliothek.gui.dock.action.actions
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.
 

Methods in bibliothek.gui.dock.action.actions that return SimpleSelectableAction
protected  SimpleSelectableAction GroupedSelectableDockAction.createGroup(K key)
           
protected abstract  SimpleSelectableAction GroupedSelectableDockAction.createGroup(SelectableDockActionListener listener)
          Creates a new group and adds a listener to the group.
protected  SimpleSelectableAction GroupedSelectableDockAction.Check.createGroup(SelectableDockActionListener listener)
           
protected  SimpleSelectableAction GroupedSelectableDockAction.Radio.createGroup(SelectableDockActionListener listener)
           
 

Uses of SimpleSelectableAction in bibliothek.gui.dock.common.action.core
 

Subclasses of SimpleSelectableAction in bibliothek.gui.dock.common.action.core
 class CommonSimpleCheckAction
          A SimpleSelectableAction that also implements CommonDockAction.
 class CommonSimpleRadioAction
          A SimpleSelectableAction that also implements CommonDockAction.