Package | Description |
---|---|
org.eclipse.emf.cdo.ui |
Reusable UI components specific to the CDO Model Repository.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDOEditorInput2
An extension to
CDOEditorInput that provides input object information. |
Modifier and Type | Method and Description |
---|---|
static CDOEditorInput |
CDOEditorUtil.createCDOEditorInput(CDOView view,
java.lang.String resourcePath,
boolean viewOwned)
Returns an implementation of the CDOEditorInput interface.
|
static CDOEditorInput |
CDOEditorUtil.createCDOEditorInputWithEditingDomain(CDOEditorInput input,
EditingDomain editingDomain)
Creates a
CDOEditorInput based on the given input that adapts to
the IEditingDomainProvider interface to provide a particular editingDomain . |
static CDOEditorInput |
CDOEditorUtil.createCDOEditorInputWithEditingDomain(CDOView view,
java.lang.String resourcePath,
boolean viewOwned,
EditingDomain editingDomain)
Creates a
CDOEditorInput that adapts to the IEditingDomainProvider interface
to provide a particular editingDomain . |
Modifier and Type | Method and Description |
---|---|
static CDOEditorInput |
CDOEditorUtil.createCDOEditorInputWithEditingDomain(CDOEditorInput input,
EditingDomain editingDomain)
Creates a
CDOEditorInput based on the given input that adapts to
the IEditingDomainProvider interface to provide a particular editingDomain . |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html