Package | Description |
---|---|
com.vldocking.swing.docking |
The VLDocking Framework for JFC "Swing" applications.
|
Modifier and Type | Method and Description |
---|---|
CompoundDockable |
CompoundDockingPanel.getDockable()
Returns the compound dockable this container is for
|
Modifier and Type | Method and Description |
---|---|
void |
DockingDesktop.addDockable(CompoundDockable base,
Dockable dockable)
Adds a dockable inside a compound dockable.
|
static ArrayList<Dockable> |
DockingUtilities.findCompoundDockableChildren(CompoundDockable compoundDockable)
Creates a list of all dockable children contained in the given compound dockable.
|
Constructor and Description |
---|
CompoundDockingPanel(CompoundDockable dockable)
Constructs a new CompoundDockingPanel, for a given dockable
|
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.