bibliothek.gui.dock.toolbar.location
Class CToolbarItemLocation

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

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

A location pointing to one item of a toolbar.

Author:
Benjamin Sigg

Constructor Summary
CToolbarItemLocation(bibliothek.gui.dock.common.CLocation parent, int index)
          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()
           
 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

CToolbarItemLocation

public CToolbarItemLocation(bibliothek.gui.dock.common.CLocation parent,
                            int index)
Creates a new location.

Parameters:
parent - a pointer to the toolbar
index - the index of the item to which this location points
Method Detail

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