public class CMaximizedLocation extends AbstractStackholdingLocation
findProperty
Constructor and Description |
---|
CMaximizedLocation()
Creates a new location
|
CMaximizedLocation(String root)
Creates a new location.
|
Modifier and Type | Method and Description |
---|---|
CLocation |
aside()
Deprecated.
see
CLocation.aside() for an explanation. |
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.
|
CLocation |
getParent()
Gets the parent location of this location.
|
String |
toString() |
stack, stack
base, base, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working
public CMaximizedLocation()
public CMaximizedLocation(String root)
root
- the station which represents the maximize area, can be null
public CLocation getParent()
CLocation
public ExtendedMode findMode()
CLocation
public DockableProperty findProperty(DockableProperty successor)
CLocation
findProperty
in class CLocation
successor
- the path of the elements above this location or null
null
, can also be successor
public String findRoot()
CLocation
CStation
.@Deprecated public CLocation aside()
CLocation.aside()
for an explanation.CLocation
CLocation
that describes the location of an element
that should be inserted next to this location.