| 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
CDockables 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
Components 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(String id)
Creates a backup of a
SingleCDockable. |
SingleCDockable |
CControl.getSingleDockable(String id)
Searches for the
SingleCDockable which has the unique identifier
id. |
| Modifier and Type | Method and Description |
|---|---|
List<SingleCDockable> |
CControlRegister.getSingleDockables()
Gets an unmodifiable list of all
SingleCDockables 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(String id) |
| Modifier and Type | Method and Description |
|---|---|
SingleCDockable |
DefaultCControlRegister.getSingleDockable(String id) |
SingleCDockable |
MutableCControlRegister.getSingleDockable(String id)
Searches the one
SingleCDockable whose unique id equals id. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2018. All rights reserved.