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 CStations 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 CStations 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
MultipleCDockables. |
| 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 SingleCDockables
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 | |
| 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
CDockables can be stored in their minimized state. |
| ColorMap |
A map containing several
Colors. |
| CPreferenceModel |
A
PreferenceModel that shows the settings of a CControl. |
| CWorkingArea |
A working area is an element which is always visible and contains some
CDockables 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 Components as
it wishes. |
| DefaultSingleCDockable |
A
DefaultSingleCDockable is an element which has a
content-pane where clients can add or remove as many
Components as they whish. |
| EmptyMultipleCDockableFactory<F extends MultipleCDockable> |
A factory that does not store anything.
|
| FontMap |
A map containing
FontModifiers. |
| NullMultipleCDockableFactory |
This specialized
MultipleCDockableFactory does not create new MultipleCDockables
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 Dockables.CControl
as basic command central, then add new instances of
SingleCDockable and
MultipleCDockable to this control.Copyright © 2018. All rights reserved.