Class CMaximalExternalizedLocation
java.lang.Object
bibliothek.gui.dock.common.CLocation
bibliothek.gui.dock.common.location.AbstractStackholdingLocation
bibliothek.gui.dock.common.location.CExternalizedLocation
bibliothek.gui.dock.common.location.CMaximalExternalizedLocation
A location representing an maximized externalized element.
- Author:
- Benjamin Sigg
-
Field Summary
Fields inherited from class bibliothek.gui.dock.common.location.CExternalizedLocation
STATION -
Constructor Summary
ConstructorsConstructorDescriptionCMaximalExternalizedLocation(int x, int y, int width, int height) Creates a new location.CMaximalExternalizedLocation(CLocation parent, int x, int y, int width, int height) Creates a new location. -
Method Summary
Modifier and TypeMethodDescriptionfindMode()Gets the mode this location represents.findProperty(DockableProperty successor) Gets a path describing this location in terms of the DockingFrames.toString()Methods inherited from class bibliothek.gui.dock.common.location.CExternalizedLocation
aside, findRoot, getHeight, getParent, getWidth, getX, getY, maximizeMethods inherited from class bibliothek.gui.dock.common.location.AbstractStackholdingLocation
stack, stackMethods inherited from class bibliothek.gui.dock.common.CLocation
base, base, equals, expandProperty, expandProperty, external, findProperty, hashCode, maximized, maximized, maximized, maximized, minimized, minimized, normalized, working
-
Constructor Details
-
CMaximalExternalizedLocation
public CMaximalExternalizedLocation(int x, int y, int width, int height) Creates a new location.- Parameters:
x- the x-coordinate in pixely- the y-coordinate in pixelwidth- the width in pixelheight- the height in pixel
-
CMaximalExternalizedLocation
Creates a new location.- Parameters:
parent- the parent location, can benullx- the x-coordinate in pixely- the y-coordinate in pixelwidth- the width in pixelheight- the height in pixel
-
-
Method Details
-
findMode
Description copied from class:CLocationGets the mode this location represents.- Overrides:
findModein classCExternalizedLocation- Returns:
- the mode or
null
-
findProperty
Description copied from class:CLocationGets a path describing this location in terms of the DockingFrames.- Overrides:
findPropertyin classCExternalizedLocation- Parameters:
successor- the path of the elements above this location ornull- Returns:
- the path to this location or
null, can also besuccessor
-
toString
- Overrides:
toStringin classCExternalizedLocation
-