Core
works.See: Description
Class | Description |
---|---|
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. |
CommonSingleTabDecider |
Observes and handles the single-tab property of
CDockable s. |
CSingleParentRemover |
A
SingleParentRemover not removing any CStation s. |
ExtendedModeAcceptance |
A
DockAcceptance ensuring that the extended mode property
of CDockable is respected on drag and drop operations. |
StackableAcceptance |
A
DockAcceptance ensuring that the CDockable.isStackable()
property is respected. |
UITransmitter<V,U extends UIValue<V>> |
An
UITransmitter listens to some kind of map
and updates some UIValue s when the contents of that map change. |
WorkingAreaAcceptance |
A
DockAcceptance ensuring that the CDockable.getWorkingArea()
property is respected. |
Core
works.