public interface PerspectiveInfoService
| Modifier and Type | Method and Description |
|---|---|
String |
getSelectedId()
Returns identifier of the perspective selected by the user or
null if service does not store that
information. |
boolean |
hasSelectedId()
Tests whether service stores identifier of the perspective selected by the user.
|
void |
setSelectedId(String id)
Sets identifier of the perspective selected by the user.
|
boolean hasSelectedId()
true whether service stores identifier, otherwise false.String getSelectedId()
null if service does not store that
information.null.hasSelectedId()void setSelectedId(String id)
id - the chosen perspective id.Copyright © 2018. All rights reserved.