org.eclipse.ptp.services.ui.wizards
Class ServiceProviderConfigurationWizard
java.lang.Object
Wizard
org.eclipse.ptp.services.ui.wizards.ServiceProviderConfigurationWizard
public class ServiceProviderConfigurationWizard
- extends Wizard
Wizard for configuring a particular service provider. Obtains pages from the
providerContributor extension point.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fPageLink
protected final IWizardPage fPageLink
fProvider
protected final IServiceProvider fProvider
ServiceProviderConfigurationWizard
public ServiceProviderConfigurationWizard(IServiceProvider provider,
IWizardPage page)
- Create wizard with pages from a single service provider.
- Parameters:
provider - service provider we are configuringpage - next ServiceConfigurationWizardPage if we are being called by a ServiceConfigurationWizard, or null otherwise
addPages
public void addPages()
getNextPage
public IWizardPage getNextPage(IWizardPage page)
performFinish
public boolean performFinish()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.