public interface CModeAreaPerspective
CStationPerspective
in a LocationModeManagerPerspective
.Modifier and Type | Method and Description |
---|---|
String |
getUniqueId()
Gets a unique identifier for this perspective.
|
boolean |
isChild(PerspectiveDockable dockable)
Tells whether the item
dockable is a direct child of this station
and whether dockable is in a mode that matches the mode that is
represented by this area. |
boolean |
isChildLocation(DockableProperty location)
Tells whether
location could be the location of a child dockable of
this area. |
String getUniqueId()
boolean isChild(PerspectiveDockable dockable)
dockable
is a direct child of this station
and whether dockable
is in a mode that matches the mode that is
represented by this area.dockable
- some dockable that might be a child of this stationtrue
if dockable
is a child of this station and if
the mode of dockable
matches the mode that is described by this
objectboolean isChildLocation(DockableProperty location)
location
could be the location of a child dockable of
this area.location
- the location of some dockablelocation
describes a valid location on this area