org.eclipse.emf.cdo.ui
Interface CDOEditorInput

All Superinterfaces:
IAdaptable, IEditorInput

public interface CDOEditorInput
extends IEditorInput

An 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
See Also:
IEditorInput, CDOEditorUtil, CDOView

Method Summary
 String getResourcePath()
          Returns the path to the
 CDOView getView()
          Returns the CDOView associated with this CDOEditorInput
 boolean isViewOwned()
          Returns true if the CDO editor instance is responsible for the underlying org.eclipse.emf.cdo.view.CDOView
 
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

getView

CDOView getView()
Returns the CDOView associated with this CDOEditorInput


isViewOwned

boolean isViewOwned()
Returns true if the CDO editor instance is responsible for the underlying org.eclipse.emf.cdo.view.CDOView


getResourcePath

String getResourcePath()
Returns the path to the



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.