Package bibliothek.gui.dock.disable

Contains the DisablingStrategy and associated classes, allows clients to disable Dockables, DockTitles or DockActions.

See:
          Description

Interface Summary
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.
 

Class Summary
ActionDisablingStrategyObserver This class offers a convenient way to connect a DockAction with the current DisablingStrategy.
TabDisablingStrategyObserver This class offers a convenient way to observe a set of Dockable and find out whether their tab should be disabled according to the current DisablingStrategy.
 

Package bibliothek.gui.dock.disable Description

Contains the DisablingStrategy and associated classes, allows clients to disable Dockables, DockTitles or DockActions.