public interface NavigationTarget
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Two different symbols may have the same navigation target.
|
Navigatable |
getNavigatable()
This method is called only if
isValid() returns true . |
TargetPopupPresentation |
getTargetPresentation()
This method is called only if
isValid() returns true . |
int |
hashCode() |
boolean |
isValid() |
boolean isValid()
true
if it's safe to call other methods of this instanceNavigatable getNavigatable()
isValid()
returns true
.TargetPopupPresentation getTargetPresentation()
isValid()
returns true
.boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object