Package | Description |
---|---|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
Modifier and Type | Method and Description |
---|---|
DockGroup |
DockKey.getDockGroup()
returns the dockGroup of this dockable
|
DockGroup |
DockGroup.getParent()
returns the parent of this group (may be null)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DockGroup.areGroupsCompatible(DockGroup g1,
DockGroup g2)
convenience method to check compatibility between groups
|
boolean |
DockGroup.isAncestorOf(DockGroup g)
returns true if this group is the ancestor of group g.
|
boolean |
DockGroup.isCompatibleGroup(DockGroup g)
returns true is this group is compatible with the given parameter.
|
void |
DockKey.setDockGroup(DockGroup group)
Updates the dockGroup of this dockable.
|
void |
DockGroup.setParent(DockGroup parent)
Updates the parent of this group
|
Constructor and Description |
---|
DockGroup(java.lang.String name,
DockGroup parent)
Constructs a new dockgroup with a given name and a parent group.
|
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.