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

Packages that use SimpleButtonAction
bibliothek.gui   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.facile.action   
bibliothek.gui.dock.support.action   
 

Uses of SimpleButtonAction in bibliothek.gui
 

Subclasses of SimpleButtonAction in bibliothek.gui
 class DockFrontend.Hider
          An object which is action and ActionGuard at the same time.
 

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

Methods in bibliothek.gui.dock.action.actions that return SimpleButtonAction
protected  SimpleButtonAction GroupedButtonDockAction.createGroup(K key)
           
 

Uses of SimpleButtonAction in bibliothek.gui.dock.facile.action
 

Subclasses of SimpleButtonAction in bibliothek.gui.dock.facile.action
 class CloseAction
          This action shows an icon for "close".
 class RenameAction
          This DockAction can change the title-text of a Dockable.
static class RenameAction.RenameDefaultDockable
          An implementation of RenameAction that can handle DefaultDockables.
static class RenameAction.RenameFlapDockStation
          An implementation of RenameAction that can handle FlapDockStations.
static class RenameAction.RenameSplitDockStation
          An implementation of RenameAction that can handle SplitDockStations.
static class RenameAction.RenameStackDockStation
          An implementation of RenameAction that can handle StackDockStations.
 

Uses of SimpleButtonAction in bibliothek.gui.dock.support.action
 

Methods in bibliothek.gui.dock.support.action that return SimpleButtonAction
 SimpleButtonAction ModeTransitionManager.getIngoingAction(String mode)
          Gets the action that is displayed on Dockables which might go into the mode mode.
 SimpleButtonAction ModeTransitionManager.getOutgoingAction(String mode)
          Gets the action that is displayed on Dockables which are currently in the mode mode.
 

Methods in bibliothek.gui.dock.support.action with parameters of type SimpleButtonAction
protected  void ModeTransitionManager.putIngoingAction(String mode, SimpleButtonAction action)
          Sets the action that is displayed on Dockables which might go into the mode mode.
protected  void ModeTransitionManager.putOutgoingAction(String mode, SimpleButtonAction action)
          Sets the action that is displayed on Dockables which might go out of the mode mode.