Uses of Interface
bibliothek.gui.dock.disable.DisablingStrategy

Packages that use DisablingStrategy
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.disable   
 

Uses of DisablingStrategy in bibliothek.gui.dock.common.intern.ui
 

Classes in bibliothek.gui.dock.common.intern.ui that implement DisablingStrategy
 class CDisablingStrategy
          Adds a CDockablePropertyListener to each CDockable and reads the value of CDockable.isEnabled(bibliothek.gui.dock.common.EnableableItem) to find out which Dockables are disabled.
 

Uses of DisablingStrategy in bibliothek.gui.dock.disable
 

Fields in bibliothek.gui.dock.disable with type parameters of type DisablingStrategy
static PropertyKey<DisablingStrategy> DisablingStrategy.STRATEGY
          The unique identifier for the DockProperties, need to get or set the current DisablingStrategy.