|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for a IStorage input to an editor.
Clients should implement this interface to declare new types of
IStorage editor inputs.
File-oriented editors should support this as a valid input type, and display its content for viewing (but not allow modification). Within the editor, the "save" and "save as" operations should create a new file resource within the workspace.
All editor inputs must implement the IAdaptable interface;
extensions are managed by the platform's adapter manager.
| Method Summary | |
IStorage |
getStorage()
Returns the underlying IStorage object. |
| 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 IStorage getStorage()
throws CoreException
CoreException - if this method fails
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||