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. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
 

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.intern.action
 

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