public class CToolbarItemLocation
extends bibliothek.gui.dock.common.CLocation
Constructor and Description |
---|
CToolbarItemLocation(bibliothek.gui.dock.common.CLocation parent,
int index)
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() |
java.lang.String |
toString() |
public CToolbarItemLocation(bibliothek.gui.dock.common.CLocation parent, int index)
parent
- a pointer to the toolbarindex
- the index of the item to which this location pointspublic 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