public class CToolbarGroupLocation
extends bibliothek.gui.dock.common.CLocation
Constructor and Description |
---|
CToolbarGroupLocation(bibliothek.gui.dock.common.CLocation parent,
int group)
Creates a new location.
|
Modifier and Type | Method and Description |
---|---|
bibliothek.gui.dock.common.CLocation |
aside()
Deprecated.
see
CLocation.aside() for an explanation. |
bibliothek.gui.dock.common.mode.ExtendedMode |
findMode() |
bibliothek.gui.dock.layout.DockableProperty |
findProperty(bibliothek.gui.dock.layout.DockableProperty successor) |
String |
findRoot() |
bibliothek.gui.dock.common.CLocation |
getParent() |
CToolbarLocation |
toolbar(int column,
int line)
Creates a new location pointing to one toolbar of this group of toolbars.
|
String |
toString() |
public CToolbarGroupLocation(bibliothek.gui.dock.common.CLocation parent, int group)
parent
- the location defined by the root station, must not be null
group
- 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 bibliothek.gui.dock.common.CLocation getParent()
getParent
in class bibliothek.gui.dock.common.CLocation
public String findRoot()
findRoot
in class bibliothek.gui.dock.common.CLocation
public bibliothek.gui.dock.common.mode.ExtendedMode findMode()
findMode
in class bibliothek.gui.dock.common.CLocation
public bibliothek.gui.dock.layout.DockableProperty findProperty(bibliothek.gui.dock.layout.DockableProperty successor)
findProperty
in class bibliothek.gui.dock.common.CLocation
@Deprecated public bibliothek.gui.dock.common.CLocation aside()
CLocation.aside()
for an explanation.aside
in class bibliothek.gui.dock.common.CLocation