Package bibliothek.gui.dock.facile.mode
Interface NormalModeArea
- All Superinterfaces:
ModeArea,StationModeArea
- All Known Subinterfaces:
CNormalModeArea
- All Known Implementing Classes:
CSplitDockStationHandle.Normal
- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisNormalModeChild(Dockable dockable) Tells whetherdockableis a child of this station and in a form satisfying the normal-mode criteria.Methods 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.StationModeArea
getLocation, setLocation
-
Method Details
-
isNormalModeChild
Tells whetherdockableis a child of this station and in a form satisfying the normal-mode criteria.- Parameters:
dockable- some potential child- Returns:
trueifdockableis a child in normal mode.
-