DisablingStrategy and associated classes,
allows clients to disable Dockables, DockTitles
or DockActions.See: Description
| Interface | Description |
|---|---|
| DisablingStrategy |
An
DisablingStrategy can be used to globally 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 | 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 Dockables, DockTitles
or DockActions.Copyright © 2017 Docking Frames. All rights reserved.