Interface NavigationParticipant.NavigationTarget
- 
- Enclosing interface:
 - NavigationParticipant
 
public static interface NavigationParticipant.NavigationTargetThe implementer must correctly define equals() and hashCode() for implementations 
- 
- 
Method Summary
All 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
- 
getPresentation
String getPresentation()
 
- 
getConcept
SConcept getConcept()
The concept's icon is used as a presentation icon. 
- 
getNodeReference
SNodeReference getNodeReference()
 
 - 
 
 -