Interface NavigationParticipant.NavigationTarget
- 
- Enclosing interface:
- NavigationParticipant
 
 public static interface NavigationParticipant.NavigationTargetThe implementer must correctly define equals() and hashCode() for implementations
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SConceptgetConcept()The concept's icon is used as a presentation icon.SNodeReferencegetNodeReference()StringgetPresentation()
 
- 
- 
- 
Method Detail- 
getPresentationString getPresentation() 
 - 
getConceptSConcept getConcept() The concept's icon is used as a presentation icon.
 - 
getNodeReferenceSNodeReference getNodeReference() 
 
- 
 
-