|
||||||||||
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
bibliothek.gui.dock.common.location.CMinimizedLocation
public class CMinimizedLocation
A location aiming at minimized elements.
Constructor Summary | |
---|---|
CMinimizedLocation(CBaseLocation parent,
Side side,
int index)
Creates a new location. |
Method Summary | |
---|---|
CLocation |
aside()
Returns a CLocation that describes the location of an element
that should be inserted next to this location. |
CDockable.ExtendedMode |
findMode()
Gets the mode this location represents. |
DockableProperty |
findProperty(DockableProperty successor)
Gets a path describing this location in terms of the DockingFrames. |
String |
findRoot()
Gets the name of the station this location belongs to. |
String |
toString()
|
Methods inherited from class bibliothek.gui.dock.common.location.AbstractStackholdingLocation |
---|
stack, stack |
Methods inherited from class bibliothek.gui.dock.common.CLocation |
---|
base, base, external, findProperty, maximized, working |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CMinimizedLocation(CBaseLocation parent, Side side, int index)
parent
- the location describing where the "minimized-areas" areside
- the side this location is aiming at.index
- the index of this location in the list of all minimized
elements.Method Detail |
---|
public String findRoot()
CLocation
findRoot
in class CLocation
null
if this location
does not have enough information to find the rootpublic CDockable.ExtendedMode findMode()
CLocation
findMode
in class CLocation
null
public DockableProperty findProperty(DockableProperty successor)
CLocation
findProperty
in class CLocation
successor
- the path of the elements above this location or null
null
public CLocation aside()
CLocation
CLocation
that describes the location of an element
that should be inserted next to this location.
aside
in class CLocation
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |