Uses of Class
bibliothek.gui.dock.themes.basic.action.BasicSelectableHandler

Packages that use BasicSelectableHandler
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
 

Uses of BasicSelectableHandler in bibliothek.gui.dock.themes.basic.action
 

Subclasses of BasicSelectableHandler in bibliothek.gui.dock.themes.basic.action
static class BasicSelectableHandler.Check
          An implementation used to connect a SelectableDockAction of type ActionType.CHECK with a BasicButtonModel
static class BasicSelectableHandler.Radio
          An implementation used to connect a SelectableDockAction of type ActionType.RADIO with a BasicButtonModel