public class CToolbarGroupLocation extends CLocation
findProperty| Constructor and Description |
|---|
CToolbarGroupLocation(CLocation parent,
int group)
Creates a new location.
|
| Modifier and Type | Method and Description |
|---|---|
CLocation |
aside()
Deprecated.
see
CLocation.aside() for an explanation. |
ExtendedMode |
findMode() |
DockableProperty |
findProperty(DockableProperty successor) |
String |
findRoot() |
CLocation |
getParent() |
CToolbarLocation |
toolbar(int column,
int line)
Creates a new location pointing to one toolbar of this group of toolbars.
|
String |
toString() |
base, base, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, workingpublic CToolbarGroupLocation(CLocation parent, int group)
parent - the location defined by the root station, must not be nullgroup - the index of the group, at least 0public CToolbarLocation toolbar(int column, int line)
column - the column in which to find the toolbar, a value of -1 is pointing to a new,
not yet existing column at the beginning of the groupline - the line in column where the toolbar is to be found, a value of -1
is pointing to a new, not yet existing line at the beginning of the columnpublic ExtendedMode findMode()
public DockableProperty findProperty(DockableProperty successor)
findProperty in class CLocation@Deprecated public CLocation aside()
CLocation.aside() for an explanation.Copyright © 2018. All rights reserved.