Eclipse Platform
2.0

org.eclipse.ui
Interface IReusableEditor

All Superinterfaces:
IAdaptable, IEditorPart, IWorkbenchPart
All Known Implementing Classes:
AbstractTextEditor

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. Note: For EXPERIMENTAL use only. IT MAY CHANGE IN NEAR FUTURE.


Field Summary
 
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Method Summary
 void setInput(IEditorInput newInput)
           
 
Methods inherited from interface org.eclipse.ui.IEditorPart
doSave, doSaveAs, getEditorInput, getEditorSite, gotoMarker, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

setInput

public void setInput(IEditorInput newInput)
See Also:
EditorPart#setInput

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.