|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines an editor input based on a URI.
Clients implementing this editor input interface should override
Object.equals(Object)
to answer true for two inputs
that are the same. The IWorkbenchPage.openEditor
APIs
are dependent on this to find an editor with the same input.
Path-oriented editors should support this as a valid input type, and can allow full read-write editing of its content.
All editor inputs must implement the IAdaptable
interface;
extensions are managed by the platform's adapter manager.
URI
Method Summary | |
---|---|
URI |
getURI()
Returns the URI of the file underlying this editor input. |
Methods inherited from interface org.eclipse.ui.IEditorInput |
---|
exists, getImageDescriptor, getName, getPersistable, getToolTipText |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
public URI getURI()
URI
of the file underlying this editor input.
URI
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.