Package bibliothek.gui.dock.common.mode
Interface CNormalModeArea
- All Superinterfaces:
CModeArea,ModeArea,NormalModeArea,StationModeArea
- All Known Implementing Classes:
CSplitDockStationHandle.Normal
A combination of
NormalModeArea and CModeArea.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionGets a location representing this area.booleanTells whether this area represents aCStation.isWorkingArea()Methods inherited from interface bibliothek.gui.dock.common.mode.CModeArea
getCLocation, getCLocation, respectWorkingAreasMethods inherited from interface bibliothek.gui.dock.facile.mode.ModeArea
addModeAreaListener, autoDefaultArea, getStation, getUniqueId, isChild, isLocationRoot, removeModeAreaListener, setController, setModeMethods inherited from interface bibliothek.gui.dock.facile.mode.NormalModeArea
isNormalModeChildMethods inherited from interface bibliothek.gui.dock.facile.mode.StationModeArea
getLocation, setLocation
-
Method Details
-
getBaseLocation
CLocation getBaseLocation()Gets a location representing this area.- Returns:
- some location, used for
Dockables which have no valid location
-
isWorkingArea
boolean isWorkingArea()Tells whether this area represents aCStation.isWorkingArea()- Returns:
trueif an area
-