|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultipleCDockable | |
---|---|
bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. |
Uses of MultipleCDockable in bibliothek.gui.dock.common |
---|
Classes in bibliothek.gui.dock.common with type parameters of type MultipleCDockable | |
---|---|
class |
EmptyMultipleCDockableFactory<F extends MultipleCDockable>
A factory that does not store anything. |
interface |
MultipleCDockableFactory<F extends MultipleCDockable,L extends MultipleCDockableLayout>
A factory that can create and store MultipleCDockable s. |
Classes in bibliothek.gui.dock.common that implement MultipleCDockable | |
---|---|
class |
DefaultMultipleCDockable
A MultipleCDockable that contains a content-pane
where the client might add or remove as many Component s as
it wishes. |
Methods in bibliothek.gui.dock.common with type parameters of type MultipleCDockable | ||
---|---|---|
|
CControl.add(F dockable)
Adds a dockable to this control. |
|
|
CWorkingArea.add(F dockable)
Ensures that this is the parent of dockable
and adds dockable to the CControl which is associated
with this CWorkingArea . |
|
|
CControl.add(M dockable,
String uniqueId)
Adds a dockable to this control. |
Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockable | |
---|---|
void |
CControl.remove(MultipleCDockable dockable)
Removes a dockable from this control. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |