Uses of Class
org.eclipse.emf.ecp.internal.core.util.ElementRegistry

Packages that use ElementRegistry
org.eclipse.emf.ecp.internal.core   
org.eclipse.emf.ecp.internal.core.util   
org.eclipse.emf.ecp.internal.ui   
 

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

Subclasses of ElementRegistry in org.eclipse.emf.ecp.internal.core
 class ECPProjectManagerImpl
          This class manages the available ECPProjects.
 class ECPProviderRegistryImpl
          This class manages ECPProvider.
 class ECPRepositoryManagerImpl
          This class manages the repositories.
 

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

Subclasses of ElementRegistry in org.eclipse.emf.ecp.internal.core.util
 class PropertiesStore<ELEMENT extends PropertiesStore.StorableElement,OBSERVER extends ECPObserver>
           
 

Methods in org.eclipse.emf.ecp.internal.core.util that return ElementRegistry
 ElementRegistry<ELEMENT,?> ExtensionParser.getElementRegistry()
           
 ElementRegistry<ELEMENT,?> ElementDescriptor.getRegistry()
           
 

Constructors in org.eclipse.emf.ecp.internal.core.util with parameters of type ElementRegistry
ElementDescriptor(ElementRegistry<ELEMENT,?> registry, String name)
           
ExtensionParser.ExtensionDescriptor(ElementRegistry<ELEMENT,?> registry, String name, String type, org.eclipse.core.runtime.IConfigurationElement configurationElement)
           
ExtensionParser(ElementRegistry<ELEMENT,?> elementRegistry, String namespace, String name)
           
 

Uses of ElementRegistry in org.eclipse.emf.ecp.internal.ui
 

Subclasses of ElementRegistry in org.eclipse.emf.ecp.internal.ui
 class UIProviderRegistryImpl
           
 



Copyright © 2015. All Rights Reserved.