public interface PredefinedMap
PerspectiveElements what their unique identifier is,
and that can convert the unique identifier to a PerspectiveElement.| Modifier and Type | Method and Description |
|---|---|
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. |
String get(PerspectiveElement element)
element, tells what unique identifier element has.element - the element whose identifier is searchednull if element is not known to this mapPerspectiveElement get(String id)
id, tells what PerspectiveElement belongs to that id.id - the unique identifiernull if id is unknownCopyright © 2017 Docking Frames. All rights reserved.