Package | Description |
---|---|
bibliothek.gui.dock.disable |
Contains the
DisablingStrategy and associated classes,
allows clients to disable Dockable s, DockTitle s
or DockAction s. |
Class and Description |
---|
DisablingStrategy
An
DisablingStrategy can be used to globally disable DockElement s and parts of
DockElement s like their DockAction s or their DockTitle s.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. |