bibliothek.gui.dock.common.location
Class AbstractStackholdingLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.AbstractStackholdingLocation
- Direct Known Subclasses:
- AbstractTreeLocation, CExternalizedLocation, CMinimizedLocation, CRectangleLocation, CStackLocation
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStackholdingLocation
public AbstractStackholdingLocation()
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