public interface IShowEditorInput
Editors can optionally implement this interface, giving the editor the opportunity to show the given input if it represents a different subset of the editor's content than the one currently being shown.
Modifier and Type | Method and Description |
---|---|
void |
showEditorInput(IEditorInput editorInput)
Shows the given input if it represents a different subset of the editor's content
than the one currently being shown.
|
void showEditorInput(IEditorInput editorInput)
editorInput
- the editor input to show
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.