public class CMaximalExternalizedLocation extends CExternalizedLocation
findProperty
STATION
Constructor and Description |
---|
CMaximalExternalizedLocation(CLocation parent,
int x,
int y,
int width,
int height)
Creates a new location.
|
CMaximalExternalizedLocation(int x,
int y,
int width,
int height)
Creates a new location.
|
Modifier and Type | Method and Description |
---|---|
ExtendedMode |
findMode()
Gets the mode this location represents.
|
DockableProperty |
findProperty(DockableProperty successor)
Gets a path describing this location in terms of the
DockingFrames.
|
java.lang.String |
toString() |
aside, findRoot, getHeight, getParent, getWidth, getX, getY, maximize
stack, stack
base, base, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working
public CMaximalExternalizedLocation(int x, int y, int width, int height)
x
- the x-coordinate in pixely
- the y-coordinate in pixelwidth
- the width in pixelheight
- the height in pixelpublic CMaximalExternalizedLocation(CLocation parent, int x, int y, int width, int height)
parent
- the parent location, can be null
x
- the x-coordinate in pixely
- the y-coordinate in pixelwidth
- the width in pixelheight
- the height in pixelpublic ExtendedMode findMode()
CLocation
findMode
in class CExternalizedLocation
null
public DockableProperty findProperty(DockableProperty successor)
CLocation
findProperty
in class CExternalizedLocation
successor
- the path of the elements above this location or null
null
, can also be successor
public java.lang.String toString()
toString
in class CExternalizedLocation