Package | Description |
---|---|
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 Dockable s, DockTitle s
or DockAction s. |
Modifier and Type | Class and Description |
---|---|
class |
CDisablingStrategy
Adds a
CDockablePropertyListener to each CDockable and reads the value of
CDockable.isEnabled(bibliothek.gui.dock.common.EnableableItem) to find out which Dockable s
are disabled. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<DisablingStrategy> |
DisablingStrategy.STRATEGY
The unique identifier for the
DockProperties , need to get or set the current DisablingStrategy . |