bibliothek.gui.dock.toolbar.location
Class CToolbarGroupLocation

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

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

This location points to a group of toolbars.

Author:
Benjamin Sigg

Constructor Summary
CToolbarGroupLocation(bibliothek.gui.dock.common.CLocation parent, int group)
          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()
           
 CToolbarLocation toolbar(int column, int line)
          Creates a new location pointing to one toolbar of this group of toolbars.
 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

CToolbarGroupLocation

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

Parameters:
parent - the location definied the root station, must not be null
group - the index of the group, at least 0
Method Detail

toolbar

public CToolbarLocation toolbar(int column,
                                int line)
Creates a new location pointing to one toolbar of this group of toolbars.

Parameters:
column - the column in which to find the toolbar, a value of -1 is pointing to a new, not yet existing column at the beginning of the group
line - the line in column where the toolbar is to be found, a value of -1 is pointing to a new, not yet existing line at the beginning of the column
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