Package org.eclipse.ui.part
Class FileInPlaceEditorInput
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.ui.part.FileEditorInput
org.eclipse.ui.part.FileInPlaceEditorInput
- All Implemented Interfaces:
- IAdaptable,- IEditorInput,- IFileEditorInput,- IInPlaceEditorInput,- IPathEditorInput,- IPersistable,- IPersistableElement,- IStorageEditorInput,- IURIEditorInput
Adapter for making a file resource a suitable input for an in-place editor.
 
This class may be instantiated; it is not intended to be subclassed.
- Since:
- 3.0
- Restriction:
- This class is not intended to be subclassed by clients.
- 
Constructor SummaryConstructorsConstructorDescriptionFileInPlaceEditorInput(IFile file) Creates an in-place editor input based on a file resource.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetInPlaceEditor(IInPlaceEditor editor) Sets the in-place editor this input is associated with.Methods inherited from class org.eclipse.ui.part.FileEditorInputequals, exists, getAdapter, getFactoryId, getFile, getImageDescriptor, getName, getPath, getPersistable, getStorage, getToolTipText, getURI, hashCode, isLocalFile, saveState, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface org.eclipse.ui.IEditorInputexists, getImageDescriptor, getName, getPersistable, getToolTipTextMethods inherited from interface org.eclipse.ui.IPathEditorInputgetPath
- 
Constructor Details- 
FileInPlaceEditorInputCreates an in-place editor input based on a file resource.- Parameters:
- file- the file resource
 
 
- 
- 
Method Details- 
setInPlaceEditorDescription copied from interface:IInPlaceEditorInputSets the in-place editor this input is associated with.- Specified by:
- setInPlaceEditorin interface- IInPlaceEditorInput
- Parameters:
- editor- the in-place editor associated with this input or- nullto disassociate.
 
 
-