Interface IInputElementProvider


  • public interface IInputElementProvider
    Given an IEditorInput, provides an appropriate IElement.

    This interface may be implemented by clients.

    • Method Detail

      • getElement

        IElement getElement​(org.eclipse.ui.IEditorInput editorInput)
        Returns an IElement that is appropriate to the given editor input, or null if no element is appropriate.
        Parameters:
        editorInput - may be null
        Returns:
        the appropriate element, or null if none