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

Packages that use SimpleSelectableAction
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.intern.action   
 

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