Modifier and Type | Method and Description |
---|---|
void |
ECPNotificationProvider.bindManager(ECPProjectManager manager)
Binds the project manager.
|
Modifier and Type | Method and Description |
---|---|
ECPProjectManager |
ECPProjectManagerFactory.getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<ECPProjectManager> registration)
this method returns the ECPProjectManager service for the
current session.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ECPProjectManager |
ECPUtil.getECPProjectManager()
Helper method to get the instance of the
ECPProjectManager . |
Modifier and Type | Class and Description |
---|---|
class |
ECPProjectManagerImpl
This class manages the available
ECPProjects . |
Modifier and Type | Method and Description |
---|---|
static ECPProjectManager |
Activator.getECPProjectManager()
Helper method to get the
ECPProjectManager . |
Modifier and Type | Method and Description |
---|---|
protected void |
ModelContentProvider.connectInput(ECPProjectManager input) |
protected void |
ModelContentProvider.disconnectInput(ECPProjectManager input) |
Copyright © 2019. All rights reserved.