Interface INavigatable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
    • 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.