Uses of Interface
org.eclipse.emf.cdo.eresource.CDOResourceLeaf
Package
Description
The generated EMF API of the CDO repository file system.
The generated EMF implementation of the CDO repository file system.
The generated EMF utilities of the CDO repository file system.
Reusable UI components specific to the CDO Model Repository.
Client utility classes, some common interfaces and exceptions.
Client service provider interfaces and useful base implementations.
-
Uses of CDOResourceLeaf in org.eclipse.emf.cdo.eresource
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'CDO Binary Resource'.interface
CDOFileResource<IO>
A representation of the model object 'CDO File Resource'.interface
A representation of the model object 'CDO Resource'.interface
A representation of the model object 'CDO Text Resource'. -
Uses of CDOResourceLeaf in org.eclipse.emf.cdo.eresource.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'CDO Binary Resource'.class
An implementation of the model object 'CDO File Resource'.class
An implementation of the model object 'CDO Resource'.class
An implementation of the model object 'CDO Resource Leaf'.class
An implementation of the model object 'CDO Text Resource'. -
Uses of CDOResourceLeaf in org.eclipse.emf.cdo.eresource.util
Modifier and TypeMethodDescriptionEresourceSwitch.caseCDOResourceLeaf
(CDOResourceLeaf object) Returns the result of interpreting the object as an instance of 'CDO Resource Leaf'. -
Uses of CDOResourceLeaf in org.eclipse.emf.cdo.ui
Modifier and TypeMethodDescriptionstatic IEditorInput
CDOEditorUtil.createEditorInput
(String editorID, CDOResourceLeaf resource) Returns an implementation of the IEditorInput interface.static IEditorInput
CDOEditorUtil.createEditorInput
(String editorID, CDOResourceLeaf resource, boolean viewOwned) Returns an implementation of the IEditorInput interface.static IEditorInput
CDOEditorUtil.createEditorInput
(String editorID, CDOResourceLeaf resource, boolean viewOwned, boolean lobCommitOnSave) static IEditorInput
CDOEditorUtil.createLobEditorInput
(CDOResourceLeaf resource, boolean lobCommitOnSave) static String[]
CDOEditorUtil.getAllEditorIDs
(CDOResourceLeaf resource) static String
CDOEditorUtil.getEffectiveEditorID
(CDOResourceLeaf resource) static void
CDOEditorUtil.openEditor
(IWorkbenchPage page, String editorID, CDOResourceLeaf resource) Opens the specified resource in CDOEditorstatic void
CDOEditorUtil.openEditor
(IWorkbenchPage page, CDOResourceLeaf resource) Opens the specified resource in CDOEditorstatic void
CDOEditorUtil.populateMenu
(IMenuManager manager, CDOResourceLeaf resource, IWorkbenchPage page) -
Uses of CDOResourceLeaf in org.eclipse.emf.cdo.util
Modifier and TypeMethodDescriptionstatic InputStream
CDOUtil.openInputStream
(CDOResourceLeaf leaf) -
Uses of CDOResourceLeaf in org.eclipse.emf.spi.cdo