|
||||||||||
| 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.CSplitLocation
bibliothek.gui.dock.common.location.CWorkingAreaLocation
public class CWorkingAreaLocation
A location representing a CWorkingArea.
| Constructor Summary | |
|---|---|
CWorkingAreaLocation(CWorkingArea area)
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. |
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. |
CWorkingArea |
getWorkingArea()
Gets the workingarea to which this location relates. |
String |
toString()
|
| Methods inherited from class bibliothek.gui.dock.common.location.CSplitLocation |
|---|
east, east, getParent, north, north, rectangle, south, south, stack, stack, west, west |
| 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 |
|---|
public CWorkingAreaLocation(CWorkingArea area)
area - the area which is represented by this location| Method Detail |
|---|
public CWorkingArea getWorkingArea()
null if the default center is meant.public CLocation aside()
CLocationCLocation that describes the location of an element
that should be inserted next to this location.
aside in class CSplitLocationpublic ExtendedMode findMode()
CLocation
findMode in class CSplitLocationnullpublic DockableProperty findProperty(DockableProperty successor)
CLocation
findProperty in class CSplitLocationsuccessor - the path of the elements above this location or null
null, can also be successorpublic String findRoot()
CLocationCStation.
findRoot in class CSplitLocationnull if this location
does not have enough information to find the rootpublic String toString()
toString in class CSplitLocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||