DisablingStrategy
and associated classes,
allows clients to disable Dockable
s, DockTitle
s
or DockAction
s.See: Description
Interface | 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. |
Class | Description |
---|---|
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 . |
DisablingStrategy
and associated classes,
allows clients to disable Dockable
s, DockTitle
s
or DockAction
s.