bibliothek.gui.dock.common.location
Class AbstractStackholdingLocation

java.lang.Object
  extended by bibliothek.gui.dock.common.CLocation
      extended by bibliothek.gui.dock.common.location.AbstractStackholdingLocation
Direct Known Subclasses:
AbstractTreeLocation, CExternalizedLocation, CFlapIndexLocation, CMaximizedLocation, CRectangleLocation, CStackLocation, TreeLocationLeaf

public abstract class AbstractStackholdingLocation
extends CLocation

A location which can be parent of a stack (stack is also known as tabbed-pane).

Author:
Benjamin Sigg

Constructor Summary
AbstractStackholdingLocation()
           
 
Method Summary
 CStackLocation stack()
          Creates a new stack inside this location.
 CStackLocation stack(int index)
          Creates a new stack inside this location.
 
Methods inherited from class bibliothek.gui.dock.common.CLocation
aside, base, base, equals, expandProperty, expandProperty, external, findMode, findProperty, findProperty, findRoot, getParent, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStackholdingLocation

public AbstractStackholdingLocation()
Method Detail

stack

public CStackLocation stack(int index)
Creates a new stack inside this location.

Parameters:
index - the tab the new location represents
Returns:
a tab on a stack

stack

public CStackLocation stack()
Creates a new stack inside this location.

Returns:
the tab at the very end of a stack