public class CDockUtilities extends DockUtilities
DockUtilitiesDockUtilities.DockVisitor| Constructor and Description |
|---|
CDockUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static CDockable |
getFirstDockable(DockElement element)
Searches a
CDockable in the tree starting with element. |
static CStation<?> |
getFirstWorkingArea(CStation<?> station)
Starting with
station, and traversing the tree upwards, searches
the first CStation which is a working area. |
acceptable, acceptable, append, checkLayoutLocked, disableCheckLayoutLocked, disabledIcon, ensureTreeValidity, ensureTreeValidity, getDirectChild, getLastProperty, getPropertyChain, getPropertyChain, getPropertyChain, getRoot, getShowingComponent, iconImage, isAncestor, isAncestor, listDockables, loadIcons, loadIcons, mergePlaceholders, visit, visit, visitpublic static CStation<?> getFirstWorkingArea(CStation<?> station)
station, and traversing the tree upwards, searches
the first CStation which is a working area.station - the station on which to start the searchstation)public static CDockable getFirstDockable(DockElement element)
CDockable in the tree starting with element. This method
first travels along the selected dockables before
searching the entire tree.element - root of the treeCDockable that is found in elementCopyright © 2018. All rights reserved.