Uses of Interface
org.eclipse.emf.ecp.core.ECPProjectManager

Packages that use ECPProjectManager
org.eclipse.emf.ecp.changebroker.emfstore.internal   
org.eclipse.emf.ecp.core.rap   
org.eclipse.emf.ecp.core.util   
org.eclipse.emf.ecp.internal.core   
 

Uses of ECPProjectManager in org.eclipse.emf.ecp.changebroker.emfstore.internal
 

Methods in org.eclipse.emf.ecp.changebroker.emfstore.internal with parameters of type ECPProjectManager
 void EMFStoreNotificationProvider.bindManager(ECPProjectManager manager)
          Binds the project manager.
 

Uses of ECPProjectManager in org.eclipse.emf.ecp.core.rap
 

Methods in org.eclipse.emf.ecp.core.rap that return ECPProjectManager
 ECPProjectManager ECPProjectManagerFactory.getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPProjectManager> registration)
          this method returns the ECPProjectManager service for the current session.
 

Methods in org.eclipse.emf.ecp.core.rap with parameters of type ECPProjectManager
 void ECPProjectManagerFactory.ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPProjectManager> registration, ECPProjectManager service)
          this methodis called to unget a serive from a service registration.
 

Method parameters in org.eclipse.emf.ecp.core.rap with type arguments of type ECPProjectManager
 ECPProjectManager ECPProjectManagerFactory.getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPProjectManager> registration)
          this method returns the ECPProjectManager service for the current session.
 void ECPProjectManagerFactory.ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ECPProjectManager> registration, ECPProjectManager service)
          this methodis called to unget a serive from a service registration.
 

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

Methods in org.eclipse.emf.ecp.core.util that return ECPProjectManager
static ECPProjectManager ECPUtil.getECPProjectManager()
          Helper method to get the instance of the ECPProjectManager.
 

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

Classes in org.eclipse.emf.ecp.internal.core that implement ECPProjectManager
 class ECPProjectManagerImpl
          This class manages the available ECPProjects.
 

Methods in org.eclipse.emf.ecp.internal.core that return ECPProjectManager
static ECPProjectManager Activator.getECPProjectManager()
          Helper method to get the ECPProjectManager.
 



Copyright © 2015. All Rights Reserved.