|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocationModePerspective
Represents a CLocationMode in a perspective.
| Method Summary | |
|---|---|
ExtendedMode |
getIdentifier()
Gets the unique identifier for this mode. |
boolean |
isCurrentMode(PerspectiveDockable dockable)
Checks whether dockable currently is in this mode. |
boolean |
isCurrentMode(String root,
DockableProperty location)
Checks whether the dockable at location root/location
should be in the mode represented by this. |
void |
readSetting(ModeSetting<Location> setting)
Reads settings belonging to this mode from setting. |
void |
setPerspective(CPerspective perspective)
Informs this mode of what perspective is going to use it. |
void |
writeSetting(ModeSetting<Location> setting)
Writes settings that belong to this mode to setting. |
| Method Detail |
|---|
void setPerspective(CPerspective perspective)
perspective - the perspective that uses this modeExtendedMode getIdentifier()
nullboolean isCurrentMode(PerspectiveDockable dockable)
dockable currently is in this mode.
dockable - the element whose mode is searched
true if this mode describes the situation of dockable
boolean isCurrentMode(String root,
DockableProperty location)
root/location
should be in the mode represented by this.
root - the unique identifer of the root DockStationlocation - the location on the root station
void readSetting(ModeSetting<Location> setting)
setting.
setting - some settingsvoid writeSetting(ModeSetting<Location> setting)
setting.
setting - the settings to write
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||