Package org.eclipse.emf.cdo.ui
Interface CDOEditorInput2
- 
- All Superinterfaces:
- CDOEditorInput,- IAdaptable,- IEditorInput
 
 public interface CDOEditorInput2 extends CDOEditorInput An extension toCDOEditorInputthat provides input object information.- Since:
- 4.5
- Author:
- Eike Stepper
- See Also:
- IEditorInput,- CDOEditorUtil
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOIDgetObjectID()voidsetObjectID(CDOID objectID)- 
Methods inherited from interface org.eclipse.emf.cdo.ui.CDOEditorInputgetResourcePath, getView, isViewOwned
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 - 
Methods inherited from interface org.eclipse.ui.IEditorInputexists, getImageDescriptor, getName, getPersistable, getToolTipText
 
- 
 
-