Package org.eclipse.emf.cdo.ui
Interface CDOEditorInput3
- 
- All Superinterfaces:
- CDOEditorInput,- IAdaptable,- IEditorInput
 
 public interface CDOEditorInput3 extends CDOEditorInput An extension toCDOEditorInputthat provides long-runningCDOViewopening.- Since:
- 4.8
- Author:
- Eike Stepper
- See Also:
- IEditorInput,- CDOEditorUtil
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOViewopenView(IProgressMonitor progressMonitor)Opens the CDOView associated with this CDOEditorInput- 
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
 
- 
 
- 
- 
- 
Method Detail- 
openViewCDOView openView(IProgressMonitor progressMonitor) Opens the CDOView associated with this CDOEditorInput
 
- 
 
-