|
||||||||||
| 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. |
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 dockablevoid 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 | |||||||||