Package org.eclipse.handly.ui
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 anIElement
that is appropriate to the given editor input, ornull
if no element is appropriate.
-
Method Details
-
getElement
Returns anIElement
that is appropriate to the given editor input, ornull
if no element is appropriate.- Parameters:
editorInput
- may benull
- Returns:
- the appropriate element, or
null
if none
-