|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockGroup | |
---|---|
com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
Uses of DockGroup in com.vlsolutions.swing.docking |
---|
Methods in com.vlsolutions.swing.docking that return DockGroup | |
---|---|
DockGroup |
DockKey.getDockGroup()
returns the dockGroup of this dockable |
DockGroup |
DockGroup.getParent()
returns the parent of this group (may be null) |
Methods in com.vlsolutions.swing.docking with parameters of type DockGroup | |
---|---|
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 |
Constructors in com.vlsolutions.swing.docking with parameters of type DockGroup | |
---|---|
DockGroup(java.lang.String name,
DockGroup parent)
Constructs a new dockgroup with a given name and a parent group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |