Interface NavigationParticipant.NavigationTarget
-
- Enclosing interface:
- NavigationParticipant
public static interface NavigationParticipant.NavigationTarget
The implementer must correctly define equals() and hashCode() for implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SConcept
getConcept()
The concept's icon is used as a presentation icon.SNodeReference
getNodeReference()
String
getPresentation()
-
-
-
Method Detail
-
getPresentation
String getPresentation()
-
getConcept
SConcept getConcept()
The concept's icon is used as a presentation icon.
-
getNodeReference
SNodeReference getNodeReference()
-
-