Package org.flexdock.docking.state
Class DockingState
java.lang.Object
org.flexdock.docking.state.DockingState
- All Implemented Interfaces:
Serializable
,Cloneable
,DockingConstants
- Author:
- Mateusz Szczap
- See Also:
-
Field Summary
Fields inherited from interface org.flexdock.docking.DockingConstants
ACTIVE_WINDOW, BOTTOM, CENTER, CENTER_REGION, CLOSE_ACTION, DEFAULT_PERSISTENCE_KEY, DOCKING_ID, EAST_REGION, HEAVYWEIGHT_DOCKABLES, HORIZONTAL, LEFT, MOUSE_PRESSED, NORTH_REGION, PERMANENT_FOCUS_OWNER, PIN_ACTION, REGION, RIGHT, SOUTH_REGION, TOP, UNINITIALIZED, UNINITIALIZED_RATIO, UNKNOWN_REGION, UNSPECIFIED_SIBLING_PREF, VERTICAL, WEST_REGION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
int
int
getPath()
float
boolean
boolean
boolean
boolean
void
void
setCenterX
(int centerX) void
setCenterY
(int centerY) void
setFloatingGroup
(String group) void
setMinimizedConstraint
(int constraint) void
setPath
(DockingPath path) void
void
setRelativeParent
(Dockable parent) void
setRelativeParentId
(String relativeParentId) void
setSplitRatio
(float ratio) toString()
-
Constructor Details
-
DockingState
-
-
Method Details
-
getDockable
-
getDockableId
-
getSplitRatio
public float getSplitRatio() -
setSplitRatio
public void setSplitRatio(float ratio) -
getRegion
-
setRegion
-
getMinimizedConstraint
public int getMinimizedConstraint() -
getFloatingGroup
-
isFloating
public boolean isFloating() -
isMinimized
public boolean isMinimized() -
hasDockingPath
public boolean hasDockingPath() -
getPath
-
setPath
-
setMinimizedConstraint
public void setMinimizedConstraint(int constraint) -
setFloatingGroup
-
getRelativeParent
-
getRelativeParentId
-
setRelativeParent
-
setRelativeParentId
-
toString
-
getCenterX
public int getCenterX() -
setCenterX
public void setCenterX(int centerX) -
getCenterY
public int getCenterY() -
setCenterY
public void setCenterY(int centerY) -
setCenter
-
getCenterPoint
-
hasCenterPoint
public boolean hasCenterPoint() -
clone
-