Package | Description |
---|---|
org.eclipse.emf.cdo.eresource |
The generated EMF API of the CDO repository file system.
|
org.eclipse.emf.cdo.eresource.impl |
The generated EMF implementation of the CDO repository file system.
|
org.eclipse.emf.cdo.eresource.util |
The generated EMF utilities of the CDO repository file system.
|
org.eclipse.emf.cdo.ui |
Reusable UI components specific to the CDO Model Repository.
|
org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDOBinaryResource
A representation of the model object 'CDO Binary Resource'.
|
interface |
CDOFileResource<IO>
A representation of the model object 'CDO File Resource'.
|
interface |
CDOResource
A representation of the model object 'CDO Resource'.
|
interface |
CDOTextResource
A representation of the model object 'CDO Text Resource'.
|
Modifier and Type | Class and Description |
---|---|
class |
CDOBinaryResourceImpl
An implementation of the model object 'CDO Binary Resource'.
|
class |
CDOFileResourceImpl<IO>
An implementation of the model object 'CDO File Resource'.
|
class |
CDOResourceImpl
An implementation of the model object 'CDO Resource'.
|
class |
CDOResourceLeafImpl
An implementation of the model object 'CDO Resource Leaf'.
|
class |
CDOTextResourceImpl
An implementation of the model object 'CDO Text Resource'.
|
Modifier and Type | Method and Description |
---|---|
T |
EresourceSwitch.caseCDOResourceLeaf(CDOResourceLeaf object)
Returns the result of interpreting the object as an instance of 'CDO Resource Leaf'.
|
Modifier and Type | Method and Description |
---|---|
static IEditorInput |
CDOEditorUtil.createEditorInput(java.lang.String editorID,
CDOResourceLeaf resource)
Returns an implementation of the IEditorInput interface.
|
static IEditorInput |
CDOEditorUtil.createEditorInput(java.lang.String editorID,
CDOResourceLeaf resource,
boolean viewOwned)
Returns an implementation of the IEditorInput interface.
|
static IEditorInput |
CDOEditorUtil.createEditorInput(java.lang.String editorID,
CDOResourceLeaf resource,
boolean viewOwned,
boolean lobCommitOnSave) |
static java.lang.String[] |
CDOEditorUtil.getAllEditorIDs(CDOResourceLeaf resource) |
static java.lang.String |
CDOEditorUtil.getEffectiveEditorID(CDOResourceLeaf resource) |
static void |
CDOEditorUtil.openEditor(IWorkbenchPage page,
CDOResourceLeaf resource)
Opens the specified resource in CDOEditor
|
static void |
CDOEditorUtil.openEditor(IWorkbenchPage page,
java.lang.String editorID,
CDOResourceLeaf resource)
Opens the specified resource in CDOEditor
|
static void |
CDOEditorUtil.populateMenu(IMenuManager manager,
CDOResourceLeaf resource,
IWorkbenchPage page) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalCDOResource
Internal protocol for the
CDOResource . |
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