Uses of Interface
org.eclipse.emf.cdo.ui.CDOEditorInput
Package
Description
Reusable UI components specific to the CDO Model Repository.
-
Uses of CDOEditorInput in org.eclipse.emf.cdo.ui
Modifier and TypeInterfaceDescriptioninterface
An extension toCDOEditorInput
that provides input object information.interface
An extension toCDOEditorInput
that provides long-runningCDOView
opening.Modifier and TypeMethodDescriptionstatic CDOEditorInput
CDOEditorUtil.createCDOEditorInput
(CDOView view, String resourcePath, boolean viewOwned) Returns an implementation of the CDOEditorInput interface.static CDOEditorInput
CDOEditorUtil.createCDOEditorInputWithEditingDomain
(CDOEditorInput input, EditingDomain editingDomain) Creates aCDOEditorInput
based on the giveninput
that adapts to theIEditingDomainProvider
interface to provide a particulareditingDomain
.static CDOEditorInput
CDOEditorUtil.createCDOEditorInputWithEditingDomain
(CDOView view, String resourcePath, boolean viewOwned, EditingDomain editingDomain) Creates aCDOEditorInput
that adapts to theIEditingDomainProvider
interface to provide a particulareditingDomain
.Modifier and TypeMethodDescriptionstatic CDOEditorInput
CDOEditorUtil.createCDOEditorInputWithEditingDomain
(CDOEditorInput input, EditingDomain editingDomain) Creates aCDOEditorInput
based on the giveninput
that adapts to theIEditingDomainProvider
interface to provide a particulareditingDomain
.