public class CToolbarLocation
extends bibliothek.gui.dock.common.CLocation
Constructor and Description |
---|
CToolbarLocation(bibliothek.gui.dock.common.CLocation parent,
int column,
int line)
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() |
CToolbarItemLocation |
item(int index)
Gets the location of an item of this toolbar.
|
java.lang.String |
toString() |
public CToolbarLocation(bibliothek.gui.dock.common.CLocation parent, int column, int line)
parent
- the location defining the group of toolbarscolumn
- the column to which this location is pointingline
- the line in column
to which this location is pointingpublic CToolbarItemLocation item(int index)
index
- the index of the itempublic 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