|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceProviderContributor
Interface that supplies a UI which can be launched to configure a service provider. 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.
IServiceProvider| Method Summary | |
|---|---|
void |
configureServiceProvider(IServiceProviderWorkingCopy provider,
Composite composite)
Creates a section on the service model properties page to configure the service provider working copy. |
IWizard |
getWizard(IServiceProvider provider,
IWizardPage page)
Retrieve the wizard for a service provider |
WizardPage[] |
getWizardPages(IWizard wizard,
IServiceProvider provider)
Retrieve the wizard pages for a service provider |
| Method Detail |
|---|
void configureServiceProvider(IServiceProviderWorkingCopy provider,
Composite composite)
provider - working copycomposite -
IWizard getWizard(IServiceProvider provider,
IWizardPage page)
provider - the provider being configuredpage - next ServiceConfigurationWizardPage if we are being called by
a ServiceConfigurationWizard, or null otherwise
WizardPage[] getWizardPages(IWizard wizard,
IServiceProvider provider)
wizard - the wizard that will display the pagesprovider - the provider being configured
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||