Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
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 java.util.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 © 2010-2014 Pacific Biosciences. All Rights Reserved.