Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.behavior | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
Modifier and Type | Class and Description |
---|---|
class |
CGridArea
|
class |
CWorkingArea
A working area is an element which is always visible and contains some
CDockable s which can't be dragged out of it. |
class |
DefaultMultipleCDockable
A
MultipleCDockable that contains a content-pane
where the client might add or remove as many Component s as
it wishes. |
class |
DefaultSingleCDockable
A
DefaultSingleCDockable is an element which has a
content-pane where clients can add or remove as many
Component s as they whish. |
Modifier and Type | Class and Description |
---|---|
class |
ExternalizingCGridArea
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDockableCStation<S extends CommonDockStation<?,?>>
|
class |
DefaultCDockable
An
CDockable that uses a DefaultCommonDockable to show
its content.Subclasses may override DefaultCDockable.createCommonDockable() to provide a custom subclass
of DefaultCommonDockable , note that DefaultCDockable.createCommonDockable() is called
as soon as the internal representation is required, e.g. |