Uses of Interface
org.eclipse.emf.cdo.eresource.CDOTextResource
Packages that use CDOTextResource
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.
Client concepts for dealing with transactions, distributed transactions and their save points.
Reusable UI components specific to the CDO Model Repository.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
-
Uses of CDOTextResource in org.eclipse.emf.cdo.eresource
Methods in org.eclipse.emf.cdo.eresource that return CDOTextResourceModifier and TypeMethodDescriptionCDOResourceFolder.addTextResource
(String name) EresourceFactory.createCDOTextResource()
Returns a new object of class 'CDO Text Resource'. -
Uses of CDOTextResource in org.eclipse.emf.cdo.eresource.impl
Classes in org.eclipse.emf.cdo.eresource.impl that implement CDOTextResourceModifier and TypeClassDescriptionclass
An implementation of the model object 'CDO Text Resource'.Methods in org.eclipse.emf.cdo.eresource.impl that return CDOTextResourceModifier and TypeMethodDescriptionCDOResourceFolderImpl.addTextResource
(String name) EresourceFactoryImpl.createCDOTextResource()
-
Uses of CDOTextResource in org.eclipse.emf.cdo.eresource.util
Methods in org.eclipse.emf.cdo.eresource.util with parameters of type CDOTextResourceModifier and TypeMethodDescriptionEresourceSwitch.caseCDOTextResource
(CDOTextResource object) Returns the result of interpreting the object as an instance of 'CDO Text Resource'. -
Uses of CDOTextResource in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return CDOTextResourceModifier and TypeMethodDescriptionCDOPushTransaction.createTextResource
(String path) CDOTransaction.createTextResource
(String path) CDOPushTransaction.getOrCreateTextResource
(String path) CDOTransaction.getOrCreateTextResource
(String path) CDOPushTransaction.getTextResource
(String path) -
Uses of CDOTextResource in org.eclipse.emf.cdo.ui
Methods in org.eclipse.emf.cdo.ui with parameters of type CDOTextResourceModifier and TypeMethodDescriptionvoid
CDOItemProvider.fillTextResource
(IMenuManager manager, CDOTextResource resource) -
Uses of CDOTextResource in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view that return CDOTextResource