Uses of Package
bibliothek.gui.dock.disable

Packages that use bibliothek.gui.dock.disable
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.disable Contains the DisablingStrategy and associated classes, allows clients to disable Dockables, DockTitles or DockActions. 
 

Classes in bibliothek.gui.dock.disable used by bibliothek.gui.dock.common.intern.ui
DisablingStrategy
          An DisablingStrategy can be used to globaly disable DockElements and parts of DockElements like their DockActions or their DockTitles.
Implementation wise an DisablingStrategy only offers a hint, each item has to decide on its own whether it should heed the hint.
DisablingStrategyListener
          This listener can be added to an DisablingStrategy and will receive events if the state of some items changes.
 

Classes in bibliothek.gui.dock.disable used by bibliothek.gui.dock.disable
DisablingStrategy
          An DisablingStrategy can be used to globaly disable DockElements and parts of DockElements like their DockActions or their DockTitles.
Implementation wise an DisablingStrategy only offers a hint, each item has to decide on its own whether it should heed the hint.
DisablingStrategyListener
          This listener can be added to an DisablingStrategy and will receive events if the state of some items changes.