Interface IInputElementProvider
public interface IInputElementProvider
Given an
IEditorInput, provides an appropriate IElement.
This interface may be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptiongetElement(org.eclipse.ui.IEditorInput editorInput) Returns anIElementthat is appropriate to the given editor input, ornullif no element is appropriate.
-
Method Details
-
getElement
-