Dockable
s.See: Description
Interface | Description |
---|---|
AffectedSet | |
AffectingRunnable |
An algorithm that affects the mode of
Dockable s. |
HistoryRewriter<H,M extends Mode<H>> |
A
HistoryRewriter can rewrite the history information that is associated with a Dockable in a
specific Mode . |
Mode<H> |
A mode describes a state in which a
Dockable can be. |
ModeManagerListener<A,M extends Mode<A>> | |
ModeSetting<A> |
A set of properties that belong to some
Mode but are stored independent
from that mode. |
ModeSettingFactory<A> |
A factory creating new
ModeSetting s. |
ModeSettingsConverter<A,B> |
A converter converts properties from the outside to the inner world.
|
UndoableModeSettings |
This class is used by a
ModeManager during a read operation to create
entries even if it not entirely sure whether the entry will ever be used. |
Class | Description |
---|---|
ModeForwardingActionSource<H> |
A
ModeForwardingActionSource is attached to a DockStation and
shows actions belonging to the selected Dockable . |
ModeManager<H,M extends Mode<H>> | |
ModeSettings<A,B> |
A set of properties extracted from a
ModeManager and its Mode s. |
NullModeSettingsFactory<A> |
The
NullModeSettingsFactory.create() method of this factory always returns null . |