Uses of Class
bibliothek.gui.dock.action.TypedActionGuard

Packages that use TypedActionGuard
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
 

Uses of TypedActionGuard in bibliothek.gui.dock.action
 

Subclasses of TypedActionGuard in bibliothek.gui.dock.action
 class SimpleTypedActionGuard<T extends Dockable>
          An ActionGuard that reacts if the Dockable has the exact type that was set through the constructor.