bibliothek.gui.dock.toolbar.location
Class CToolbarAreaLocation

java.lang.Object
  extended by bibliothek.gui.dock.common.CLocation
      extended by bibliothek.gui.dock.toolbar.location.CToolbarAreaLocation

public class CToolbarAreaLocation
extends bibliothek.gui.dock.common.CLocation

A CLocation pointing to a CToolbarArea.

Author:
Benjamin Sigg

Constructor Summary
CToolbarAreaLocation(CToolbarArea root)
          Creates a new location.
 
Method Summary
 bibliothek.gui.dock.common.CLocation aside()
           
 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()
           
 CToolbarGroupLocation group(int group)
          Gets a location that points to a specific group of toolbars on a CToolbarArea.
 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

CToolbarAreaLocation

public CToolbarAreaLocation(CToolbarArea root)
Creates a new location.

Parameters:
root - the area to which this location points
Method Detail

group

public CToolbarGroupLocation group(int group)
Gets a location that points to a specific group of toolbars on a CToolbarArea.

Parameters:
group - the index of the group, a value of -1 points to the not yet existing group at the beginning of the area
Returns:
the location pointing to group

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