Uses of Interface
org.eclipse.emf.ecp.core.util.ECPElement

Packages that use ECPElement
org.eclipse.emf.ecp.cdo.internal.core   
org.eclipse.emf.ecp.cdo.internal.ui   
org.eclipse.emf.ecp.core   
org.eclipse.emf.ecp.core.util   
org.eclipse.emf.ecp.emfstore.core.internal   
org.eclipse.emf.ecp.emfstore.internal.ui   
org.eclipse.emf.ecp.internal.core   
org.eclipse.emf.ecp.internal.core.util   
org.eclipse.emf.ecp.spi.core   
org.eclipse.emf.ecp.spi.core.util   
org.eclipse.emf.ecp.spi.ui   
org.eclipse.emf.ecp.workspace.internal.core   
org.eclipse.emf.ecp.workspace.internal.ui   
 

Uses of ECPElement in org.eclipse.emf.ecp.cdo.internal.core
 

Classes in org.eclipse.emf.ecp.cdo.internal.core that implement ECPElement
 class CDOProvider
           
 

Uses of ECPElement in org.eclipse.emf.ecp.cdo.internal.ui
 

Classes in org.eclipse.emf.ecp.cdo.internal.ui that implement ECPElement
 class CDOUIProvider
          Provides UI for the CDO Provider for ECP.
 

Uses of ECPElement in org.eclipse.emf.ecp.core
 

Subinterfaces of ECPElement in org.eclipse.emf.ecp.core
 interface ECPProject
          This class describes a Project.
 interface ECPProvider
           
 interface ECPRepository
          This class describes a repository.
 

Uses of ECPElement in org.eclipse.emf.ecp.core.util
 

Subinterfaces of ECPElement in org.eclipse.emf.ecp.core.util
 interface ECPContainer
          Common super interface for ECP containers, model elements can belong to.
 

Methods in org.eclipse.emf.ecp.core.util that return ECPElement
static ECPElement ECPUtil.getResolvedElement(ECPElement elementOrDescriptor)
          Checks whether the ECPElement is an ElementDescriptor and resolves it when necessary.
 

Methods in org.eclipse.emf.ecp.core.util with parameters of type ECPElement
static ECPElement ECPUtil.getResolvedElement(ECPElement elementOrDescriptor)
          Checks whether the ECPElement is an ElementDescriptor and resolves it when necessary.
 

Uses of ECPElement in org.eclipse.emf.ecp.emfstore.core.internal
 

Classes in org.eclipse.emf.ecp.emfstore.core.internal that implement ECPElement
 class EMFStoreProvider
          This is the EMFStore Provider for ECP.
 

Uses of ECPElement in org.eclipse.emf.ecp.emfstore.internal.ui
 

Classes in org.eclipse.emf.ecp.emfstore.internal.ui that implement ECPElement
 class EMFStoreUIProvider
          This class provides EMFStore specific UI.
 

Uses of ECPElement in org.eclipse.emf.ecp.internal.core
 

Classes in org.eclipse.emf.ecp.internal.core that implement ECPElement
 class ECPProjectImpl
           
 class ECPRepositoryImpl
          This Class describes a repository.
 

Uses of ECPElement in org.eclipse.emf.ecp.internal.core.util
 

Classes in org.eclipse.emf.ecp.internal.core.util with type parameters of type ECPElement
 class ElementDescriptor<ELEMENT extends ECPElement>
           
 class ElementRegistry<ELEMENT extends ECPElement,OBSERVER extends ECPObserver>
           
 

Subinterfaces of ECPElement in org.eclipse.emf.ecp.internal.core.util
static interface PropertiesStore.StorableElement
           
 

Classes in org.eclipse.emf.ecp.internal.core.util that implement ECPElement
 class Element
           
 class ElementDescriptor<ELEMENT extends ECPElement>
           
static class ExtensionParser.ExtensionDescriptor<ELEMENT extends InternalRegistryElement>
           
 class PropertiesElement
          An element holding ECPProperties.
 

Methods in org.eclipse.emf.ecp.internal.core.util with parameters of type ECPElement
 int Element.compareTo(ECPElement o)
          
 

Method parameters in org.eclipse.emf.ecp.internal.core.util with type arguments of type ECPElement
static Set<String> InternalUtil.getElementNames(Set<? extends ECPElement> elements)
          Returns the Set of names of a set of ECPElements.
 

Uses of ECPElement in org.eclipse.emf.ecp.spi.core
 

Subinterfaces of ECPElement in org.eclipse.emf.ecp.spi.core
 interface InternalProject
           
 interface InternalProvider
           
 interface InternalRepository
           
 

Classes in org.eclipse.emf.ecp.spi.core that implement ECPElement
 class DefaultProvider
           
 

Uses of ECPElement in org.eclipse.emf.ecp.spi.core.util
 

Classes in org.eclipse.emf.ecp.spi.core.util with type parameters of type ECPElement
 interface InternalDescriptor<ELEMENT extends ECPElement>
           
 interface InternalElementRegistry<ELEMENT extends ECPElement>
           
static interface InternalElementRegistry.ResolveListener<ELEMENT extends ECPElement>
           
 

Subinterfaces of ECPElement in org.eclipse.emf.ecp.spi.core.util
 interface InternalDescriptor<ELEMENT extends ECPElement>
           
 interface InternalRegistryElement
           
 

Uses of ECPElement in org.eclipse.emf.ecp.spi.ui
 

Subinterfaces of ECPElement in org.eclipse.emf.ecp.spi.ui
 interface UIProvider
           
 

Classes in org.eclipse.emf.ecp.spi.ui that implement ECPElement
 class DefaultUIProvider
           
 

Uses of ECPElement in org.eclipse.emf.ecp.workspace.internal.core
 

Classes in org.eclipse.emf.ecp.workspace.internal.core that implement ECPElement
 class WorkspaceProvider
           
 

Uses of ECPElement in org.eclipse.emf.ecp.workspace.internal.ui
 

Classes in org.eclipse.emf.ecp.workspace.internal.ui that implement ECPElement
 class WorkspaceUIProvider
           
 



Copyright © 2015. All Rights Reserved.