See: Description
Interface | Description |
---|---|
CControlRegister | |
CFocusHistory |
Describes which
CDockable did have the focus in which order. |
CStation<S extends CommonDockStation<?,?>> | |
CStationContainer |
A
CStationContainer is a set of root CStation s that are somehow
combined and ordered on some kind of Component . |
CStationContainerListener |
This listener is added to a
CStationContainer and receives an event if
either CStation s are added or removed from the container. |
DestroyHook |
A
DestroyHook is added to a CControl . |
MissingCDockableStrategy | |
MultipleCDockable | |
MultipleCDockableFactory<F extends MultipleCDockable,L extends MultipleCDockableLayout> |
A factory that can create and store
MultipleCDockable s. |
MultipleCDockableLayout |
An intermediate representation of the layout of a
MultipleCDockable . |
SingleCDockable |
A
SingleCDockable is a dockable which is added once to
the CControl and remains there until it is removed by the application. |
SingleCDockableFactory |
A backup factory is used by a
CControl to create SingleCDockable s
if a dockable is missing in the cache, but needed because some layout is loaded
from a file. |
Class | Description |
---|---|
CContentArea |
A component that is normally set into the center of the
main-
JFrame . |
CControl |
Manages the interaction between
SingleCDockable , MultipleCDockable
and CStation s.Clients which do no longer need a CControl can call CControl.destroy()
to free resources.A CControl is an interface between the application and the framework. |
CExternalizeArea | |
CGrid |
A
CGrid is a mechanism to layout a set of CDockable on
a SplitDockStation like the one used in the center of the
CContentArea or on the CWorkingArea . |
CGridArea | |
CLocation |
A class describing the current location of a
CDockable . |
CMinimizeArea |
An area where
CDockable s can be stored in their minimized state. |
ColorMap |
A map containing several
Color s. |
CPreferenceModel |
A
PreferenceModel that shows the settings of a CControl . |
CWorkingArea |
A working area is an element which is always visible and contains some
CDockable s which can't be dragged out of it. |
DefaultCFocusHistory |
The default implementation of
CFocusHistory does not offer any additional
functionality. |
DefaultMultipleCDockable |
A
MultipleCDockable that contains a content-pane
where the client might add or remove as many Component s as
it wishes. |
DefaultSingleCDockable |
A
DefaultSingleCDockable is an element which has a
content-pane where clients can add or remove as many
Component s as they whish. |
EmptyMultipleCDockableFactory<F extends MultipleCDockable> |
A factory that does not store anything.
|
FontMap |
A map containing
FontModifier s. |
NullMultipleCDockableFactory |
This specialized
MultipleCDockableFactory does not create new MultipleCDockable s
at all. |
Enum | Description |
---|---|
CContentArea.Corner |
References a corner of a panel.
|
EnableableItem |
Describes one part of a
CDockable that can be disabled. |
Dockable
out of the main-frame. Store and load the layout, hide and show Dockable
s.CControl
as basic command central, then add new instances of
SingleCDockable
and
MultipleCDockable
to this control.