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 |
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 | Method and Description |
---|---|
<F extends SingleCDockable> |
CWorkingArea.add(F dockable)
Ensures that
this is the parent of dockable
and adds dockable to the CControl which is associated
with this CWorkingArea . |
<S extends SingleCDockable> |
CControl.addDockable(S dockable)
Adds a dockable to this control.
|
<F extends SingleCDockable> |
CWorkingArea.show(F dockable)
|
Modifier and Type | Method and Description |
---|---|
SingleCDockable |
SingleCDockableFactory.createBackup(java.lang.String id)
Creates a backup of a
SingleCDockable . |
SingleCDockable |
CControl.getSingleDockable(java.lang.String id)
Searches for the
SingleCDockable which has the unique identifier
id . |
Modifier and Type | Method and Description |
---|---|
java.util.List<SingleCDockable> |
CControlRegister.getSingleDockables()
Gets an unmodifiable list of all
SingleCDockable s which are known to
this register. |
Modifier and Type | Method and Description |
---|---|
boolean |
CControl.removeDockable(SingleCDockable dockable)
Removes
dockable from this control. |
Modifier and Type | Class and Description |
---|---|
class |
ExternalizingCGridArea
|
Modifier and Type | Method and Description |
---|---|
SingleCDockable |
ExternalizingCGridAreaFactory.createBackup(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
SingleCDockable |
DefaultCControlRegister.getSingleDockable(java.lang.String id) |
SingleCDockable |
MutableCControlRegister.getSingleDockable(java.lang.String id)
Searches the one
SingleCDockable whose unique id equals id . |
Modifier and Type | Method and Description |
---|---|
java.util.List<SingleCDockable> |
DefaultCControlRegister.getSingleDockables() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCControlRegister.addSingleDockable(SingleCDockable dockable) |
void |
MutableCControlRegister.addSingleDockable(SingleCDockable dockable)
Adds
dockable to this register. |
boolean |
DefaultCControlRegister.removeSingleDockable(SingleCDockable dockable) |
boolean |
MutableCControlRegister.removeSingleDockable(SingleCDockable dockable)
Removes
dockable from this register. |