Package org.eclipse.emf.cdo.ui
Interface CDOEditorInput
- 
- All Superinterfaces:
- IAdaptable,- IEditorInput
 - All Known Subinterfaces:
- CDOEditorInput2,- CDOEditorInput3
 
 public interface CDOEditorInput extends IEditorInput A specializedIEditorInputfor the CDO editor. ACDOEditorInputis associated with aCDOResource, accessed through aCDOViewinstance.For related operations, see CDOEditorUtil- Since:
- 2.0
- Author:
- Victor Roldan Betancort
- See Also:
- IEditorInput,- CDOEditorUtil,- CDOView
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetResourcePath()Returns the path to theCDOViewgetView()Returns the CDOView associated with this CDOEditorInputbooleanisViewOwned()Returns true if the CDO editor instance is responsible for the underlying org.eclipse.emf.cdo.view.CDOView- 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 - 
Methods inherited from interface org.eclipse.ui.IEditorInputexists, getImageDescriptor, getName, getPersistable, getToolTipText
 
- 
 
- 
- 
- 
Method Detail- 
getViewCDOView getView() Returns the CDOView associated with this CDOEditorInput
 - 
isViewOwnedboolean isViewOwned() Returns true if the CDO editor instance is responsible for the underlying org.eclipse.emf.cdo.view.CDOView
 - 
getResourcePathjava.lang.String getResourcePath() Returns the path to the
 
- 
 
-