This interface defines a file-oriented input to an editor.
Clients implementing this editor input interface should override
Object.equals(Object) to answer true for two inputs
that are the same. The IWorbenchPage.openEditor APIs
are dependent on this to find an editor with the same input.
File-oriented editors should support this as a valid input type, and allow
full read-write editing of its content.
A default implementation of this interface is provided by
org.eclipse.ui.part.FileEditorInput.
All editor inputs must implement the IAdaptable interface;
extensions are managed by the platform's adapter manager.
See Also: org.eclipse.core.resources.IFile |