bibliothek.gui.dock.toolbar.location
Class CToolbarLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.toolbar.location.CToolbarLocation
public class CToolbarLocation
- extends bibliothek.gui.dock.common.CLocation
A location pointing to a toolbar that is part of a group of toolbars.
- Author:
- Benjamin Sigg
Constructor Summary |
CToolbarLocation(bibliothek.gui.dock.common.CLocation parent,
int column,
int line)
Creates a new location. |
Methods inherited from class bibliothek.gui.dock.common.CLocation |
base, base, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working |
CToolbarLocation
public CToolbarLocation(bibliothek.gui.dock.common.CLocation parent,
int column,
int line)
- Creates a new location.
- Parameters:
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 pointing
item
public CToolbarItemLocation item(int index)
- Gets the location of an item of this toolbar.
- Parameters:
index
- the index of the item
- Returns:
- the new location
getParent
public bibliothek.gui.dock.common.CLocation getParent()
- Specified by:
getParent
in class bibliothek.gui.dock.common.CLocation
findRoot
public String findRoot()
- Specified by:
findRoot
in class bibliothek.gui.dock.common.CLocation
findMode
public bibliothek.gui.dock.common.mode.ExtendedMode findMode()
- Specified by:
findMode
in class bibliothek.gui.dock.common.CLocation
findProperty
public bibliothek.gui.dock.layout.DockableProperty findProperty(bibliothek.gui.dock.layout.DockableProperty successor)
- Specified by:
findProperty
in class bibliothek.gui.dock.common.CLocation
aside
public bibliothek.gui.dock.common.CLocation aside()
- Specified by:
aside
in class bibliothek.gui.dock.common.CLocation
toString
public String toString()
- Overrides:
toString
in class Object