Interface INavigatable
-
- All Known Subinterfaces:
IHierarchyNode,IHierarchyNodeReference
- All Known Implementing Classes:
DefaultHierarchyNode,DefaultHierarchyNodeReference
public interface INavigatableRepresents an instance that can be opened in an editor.- Since:
- 2.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetNavigationElement()Returns an instance containing enough information to identify an editor that should be opened and a region that should be revealed.
-
-
-
Method Detail
-
getNavigationElement
java.lang.Object getNavigationElement()
Returns an instance containing enough information to identify an editor that should be opened and a region that should be revealed.
Typical navigation elements are resource, object and reference descriptions.
Avoid usage of resource sets, resources and eobjects as navigation elements, since it can lead to memory leaks.
-
-