Package org.eclipse.emf.cdo.ui
Interface CDOEditorInput
- All Superinterfaces:
IAdaptable
,IEditorInput
- All Known Subinterfaces:
CDOEditorInput2
,CDOEditorInput3
A specialized
IEditorInput
for the CDO editor. A CDOEditorInput
is
associated with a CDOResource
, accessed through a
CDOView
instance.
For related operations, see
CDOEditorUtil
- Since:
- 2.0
- Author:
- Victor Roldan Betancort
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the path to thegetView()
Returns the CDOView associated with this CDOEditorInputboolean
Returns true if the CDO editor instance is responsible for the underlying org.eclipse.emf.cdo.view.CDOViewMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
-
Method Details