bibliothek.gui.dock.toolbar.location
Class CToolbarLocation

java.lang.Object
  extended by bibliothek.gui.dock.common.CLocation
      extended by 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.
 
Method Summary
 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()
           
 CToolbarItemLocation item(int index)
          Gets the location of an item of this toolbar.
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 toolbars
column - the column to which this location is pointing
line - the line in column to which this location is pointing
Method Detail

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

@Deprecated
public bibliothek.gui.dock.common.CLocation aside()
Deprecated. see CLocation.aside() for an explanation.

Specified by:
aside in class bibliothek.gui.dock.common.CLocation

toString

public String toString()
Overrides:
toString in class Object