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.facile.action Some DockActions used by Common
 

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.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 at the same time.