public class CToolbarAreaLocation
extends bibliothek.gui.dock.common.CLocation
CLocation
pointing to a CToolbarArea
.Constructor and Description |
---|
CToolbarAreaLocation(CToolbarArea root)
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) |
java.lang.String |
findRoot() |
bibliothek.gui.dock.common.CLocation |
getParent() |
CToolbarGroupLocation |
group(int group)
Gets a location that points to a specific group of toolbars on
a
CToolbarArea . |
java.lang.String |
toString() |
public CToolbarAreaLocation(CToolbarArea root)
root
- the area to which this location pointspublic CToolbarGroupLocation group(int group)
CToolbarArea
.group
- the index of the group, a value of -1
points to the
not yet existing group at the beginning of the areagroup
public bibliothek.gui.dock.common.CLocation getParent()
getParent
in class bibliothek.gui.dock.common.CLocation
public java.lang.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
public java.lang.String toString()
toString
in class java.lang.Object