Uses of Interface
bibliothek.gui.dock.action.ActionGuard

Packages that use ActionGuard
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.facile.action   
bibliothek.gui.dock.support.action   
 

Uses of ActionGuard in bibliothek.gui
 

Classes in bibliothek.gui that implement ActionGuard
 class DockFrontend.Hider
          An object which is action and ActionGuard at the same time.
 

Methods in bibliothek.gui with parameters of type ActionGuard
 void DockController.addActionGuard(ActionGuard guard)
          Adds guard to this controller.
 void DockController.removeActionGuard(ActionGuard guard)
          Removes guard from this controller.
 

Uses of ActionGuard in bibliothek.gui.dock.action
 

Classes in bibliothek.gui.dock.action that implement ActionGuard
 class SimpleTypedActionGuard<T extends Dockable>
          An ActionGuard that reacts if the Dockable has the exact type that was set through the constructor.
 class TypedActionGuard<T extends Dockable>
          This ActionGuard reacts only on Dockables with a given type.
 

Uses of ActionGuard in bibliothek.gui.dock.common.intern
 

Classes in bibliothek.gui.dock.common.intern that implement ActionGuard
 class CStateManager
          A manager that can change the extended-state of CDockables
 

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

Classes in bibliothek.gui.dock.facile.action that implement ActionGuard
 class ReplaceActionGuard
          An ActionGuard that adds a ReplaceAction to all elements that are Dockable and DockStation.
 class StateManager
          A manager that can minimize/normalize/maximize and externalize a Dockable.
minimized: the element is child of a FlapDockStation maximized: the element is child of a SplitDockStation, and in fullscreen-mode externalized: the element is child of ScreenDockStation normalized: everything else
 

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

Classes in bibliothek.gui.dock.support.action that implement ActionGuard
 class ModeTransitionManager<A>
          A set of modes.