Package org.eclipse.handly.ui
Interface IInputElementProvider
-
public interface IInputElementProvider
Given anIEditorInput
, provides an appropriateIElement
.This interface may be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IElement
getElement(org.eclipse.ui.IEditorInput editorInput)
Returns anIElement
that is appropriate to the given editor input, ornull
if no element is appropriate.
-