|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.services.ui.ServiceModelUIManager
public class ServiceModelUIManager
A singleton class which is the entry point to a service model which represents: - the set of contributed services - the set of providers which provide those services - the service configurations for each project which specify which services are mapped to which providers. EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the RDT team.
| Constructor Summary | |
|---|---|
ServiceModelUIManager()
|
|
| Method Summary | |
|---|---|
static ServiceModelUIManager |
getInstance()
|
IServiceContributor |
getServiceContributor(IService service)
Get the configuration UI associated with a service. |
IServiceProviderConfiguration |
getServiceProviderConfigurationUI(IServiceProviderDescriptor desc)
Deprecated. |
IServiceProviderContributor |
getServiceProviderContributor(IServiceProviderDescriptor desc)
Get the configuration UI associated with a service provider. |
org.eclipse.jface.wizard.IWizard |
getWizardExtensions()
Get any wizard extensions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceModelUIManager()
| Method Detail |
|---|
public static ServiceModelUIManager getInstance()
public IServiceContributor getServiceContributor(IService service)
service - service
public IServiceProviderContributor getServiceProviderContributor(IServiceProviderDescriptor desc)
desc - service provider descriptor
public org.eclipse.jface.wizard.IWizard getWizardExtensions()
public IServiceProviderConfiguration getServiceProviderConfigurationUI(IServiceProviderDescriptor desc)
desc -
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||