public interface NormalModeArea extends StationModeArea
Modifier and Type | Method and Description |
---|---|
boolean |
isNormalModeChild(Dockable dockable)
Tells whether
dockable is a child of this
station and in a form satisfying the normal-mode criteria. |
getLocation, setLocation
addModeAreaListener, autoDefaultArea, getStation, getUniqueId, isChild, isLocationRoot, removeModeAreaListener, setController, setMode
boolean isNormalModeChild(Dockable dockable)
dockable
is a child of this
station and in a form satisfying the normal-mode criteria.dockable
- some potential childtrue
if dockable
is a child
in normal mode.