org.eclipse.ui
Interface IReusableEditor
- All Superinterfaces:
- IAdaptable, IEditorPart, ISaveablePart, IWorkbenchPart
- All Known Implementing Classes:
- AbstractDecoratedTextEditor, AbstractTextEditor, CommonSourceNotFoundEditor, StatusTextEditor, TextEditor
public interface IReusableEditor
- extends IEditorPart
Interface for reusable editors.
An editors may support changing its input so that
the workbench may change its contents instead of
opening a new editor.
setInput
void setInput(IEditorInput input)
- Sets the input to this editor.
Note: Clients must fire the IEditorPart.PROP_INPUT
property change within their implementation of
setInput()
.
- Parameters:
input
- the editor input
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.