org.eclipse.cdt.ui
Interface IEditorInputDelegate
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput
public interface IEditorInputDelegate
- extends org.eclipse.ui.IEditorInput
This interface allows to create flexible editor inputs.
- Since:
- May 21, 2003
Method Summary |
org.eclipse.ui.IEditorInput |
getDelegate()
Returns the editor input delegate for this editor input. |
org.eclipse.core.resources.IStorage |
getStorage()
Returns the storage associated with 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 |
getDelegate
org.eclipse.ui.IEditorInput getDelegate()
- Returns the editor input delegate for this editor input.
- Returns:
- editor input delegate
getStorage
org.eclipse.core.resources.IStorage getStorage()
throws org.eclipse.core.runtime.CoreException
- Returns the storage associated with this editor input.
- Returns:
- stirage associated with this editor input
- Throws:
org.eclipse.core.runtime.CoreException
- on failure. Reasons include: