|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PredefinedMap
A helper class that can tell for some PerspectiveElements what their unique identifier is,
and that can convert the unique identifier to a PerspectiveElement.
| Method Summary | |
|---|---|
String |
get(PerspectiveElement element)
Given element, tells what unique identifier element has. |
PerspectiveElement |
get(String id)
Given a unique identifier id, tells what PerspectiveElement belongs to that id. |
| Method Detail |
|---|
String get(PerspectiveElement element)
element, tells what unique identifier element has.
element - the element whose identifier is searched
null if element is not known to this mapPerspectiveElement get(String id)
id, tells what PerspectiveElement belongs to that id.
id - the unique identifier
null if id is unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||