|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.AbstractStackholdingLocation
public abstract class AbstractStackholdingLocation
A location which can be parent of a stack (stack is also known as tabbed-pane).
Constructor Summary | |
---|---|
AbstractStackholdingLocation()
|
Method Summary | |
---|---|
CLocation |
expandProperty(DockableProperty property)
Tries to create a location that resembles property . |
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, external, findMode, findProperty, findProperty, findRoot, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStackholdingLocation()
Method Detail |
---|
public CStackLocation stack(int index)
index
- the tab the new location represents
public CStackLocation stack()
public CLocation expandProperty(DockableProperty property)
CLocation
property
.
expandProperty
in class CLocation
property
- some location
CLocation.findProperty()
would create
property
again, or null
in case that property
can't be used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |