Package bibliothek.gui.dock.common.intern

Classes and interfaces used internally.

See:
          Description

Interface Summary
CControlAccess Gives access to the internal methods of a CControl
CControlFactory A factory creating various elements that are needed in a CControl and its associated components.
CDockable A basic element representing some Component.
CDockableAccess An interface giving access to the internal methods of an CDockable.
CommonDockable Represents a CDockable.
MutableCControlRegister A CControlRegister whose contents can be changed.
 

Class Summary
AbstractCDockable An abstract implementation of CDockable.
AbstractCStation<S extends DockStation> A simple implementation of CStation.
AbstractDockableCStation<S extends DockStation> An abstract implementation of CStation that can be docked like a CDockable.
CDecorateableAction An action which has text, icons and other decorations.
CDockFrontend A DockFrontend that uses CSetting instead of Setting.
CListenerCollection A collection of the listeners which are normally added to a CDockable.
CommonDockableLayout An intermediate representation of the layout of a CommonDockable that is connected with a MultipleCDockable.
CommonMultipleDockableFactory A factory used to create CommonDockables.
CommonSingleDockableFactory This factory is used to create new SingleCDockables using various SingleCDockableBackupFactorys.
ControlVetoFocusListener This listener observes a DockController and forwards all calls to a CVetoFocusListener.
CSetting A Setting that stores also the contents of a CLocationModeManager.
CSingleParentRemover A SingleParentRemover not removing any CStations.
DefaultCControlRegister Standard implementation of CControlRegister.
DefaultCDockable An CDockable that uses a DefaultCommonDockable to show its content.
DefaultCommonDockable A default implementation of CommonDockable, based on a DefaultDockable.
EfficientControlFactory A factory that uses the most efficient elements, can only be used in environments where global events can be observed.
ExtendedModeAcceptance A DockAcceptance ensuring that the extended mode property of CDockable is respected on drag and drop operations.
SecureControlFactory A factory used in restricted environment, where no global events can be observed.
StackableAcceptance A DockAcceptance ensuring that the CDockable.isStackable() property is respected.
WorkingAreaAcceptance A DockAcceptance ensuring that the CDockable.getWorkingArea() property is respected.
 

Enum Summary
DefaultCDockable.Permissions Describes what the user can do with the enclosing DefaultCDockable.
 

Package bibliothek.gui.dock.common.intern Description

Classes and interfaces used internally. Elements in this package are either considered not to be important for a client, or can't be used by a client at all. There are no restrictions for clients, they can access, try to use and subclass any element in this package.