Uses of Class
bibliothek.gui.dock.common.intern.action.CSelectableAction

Packages that use CSelectableAction
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
 

Uses of CSelectableAction in bibliothek.gui.dock.common.action
 

Subclasses of CSelectableAction in bibliothek.gui.dock.common.action
 class CCheckBox
          An action which behaves like a JCheckBox.
 class CRadioButton
          An action which behaves like a JRadioButton.
Several CRadioButtons can be added to a CRadioGroup, only one CRadioButton of such a group will be selected.