Uses of Interface
org.eclipse.emf.cdo.ui.CDOEditorInput
Packages that use CDOEditorInput
Package
Description
Reusable UI components specific to the CDO Model Repository.
-
Uses of CDOEditorInput in org.eclipse.emf.cdo.ui
Subinterfaces of CDOEditorInput in org.eclipse.emf.cdo.uiModifier and TypeInterfaceDescriptioninterface
An extension toCDOEditorInput
that provides input object information.interface
An extension toCDOEditorInput
that provides long-runningCDOView
opening.Methods in org.eclipse.emf.cdo.ui that return CDOEditorInputModifier 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
.Methods in org.eclipse.emf.cdo.ui with parameters of type CDOEditorInputModifier and TypeMethodDescriptionstatic CDOEditorInput
CDOEditorUtil.createCDOEditorInputWithEditingDomain
(CDOEditorInput input, EditingDomain editingDomain) Creates aCDOEditorInput
based on the giveninput
that adapts to theIEditingDomainProvider
interface to provide a particulareditingDomain
.