org.eclipse.xtext.common.types.ui.navigation
Interface IDerivedMemberAwareEditorOpener

All Superinterfaces:
IURIEditorOpener
All Known Implementing Classes:
DerivedMemberAwareEditorOpener

public interface IDerivedMemberAwareEditorOpener
extends IURIEditorOpener

Extension to the IURIEditorOpener that is aware of an IMember which is the actual navigation target.

Author:
Sebastian Zarnekow - Initial contribution and API
See Also:
IURIEditorOpener

Method Summary
 org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI uri, org.eclipse.jdt.core.IMember member, boolean select)
          Open the resource with the given URI and navigate to the element that yields the given member.
 
Methods inherited from interface org.eclipse.xtext.ui.editor.IURIEditorOpener
open, open
 

Method Detail

open

org.eclipse.ui.IEditorPart open(org.eclipse.emf.common.util.URI uri,
                                org.eclipse.jdt.core.IMember member,
                                boolean select)
Open the resource with the given URI and navigate to the element that yields the given member.

See Also:
IURIEditorOpener.open(URI, boolean)