PTP
Release 7.0

org.eclipse.ptp.services.ui.wizards
Class ServiceProviderConfigurationWizard

java.lang.Object
  extended by Wizard
      extended by 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.


Field Summary
protected  IWizardPage fPageLink
           
protected  IServiceProvider fProvider
           
 
Constructor Summary
ServiceProviderConfigurationWizard(IServiceProvider provider, IWizardPage page)
          Create wizard with pages from a single service provider.
 
Method Summary
 void addPages()
           
 IWizardPage getNextPage(IWizardPage page)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fPageLink

protected final IWizardPage fPageLink

fProvider

protected final IServiceProvider fProvider
Constructor Detail

ServiceProviderConfigurationWizard

public ServiceProviderConfigurationWizard(IServiceProvider provider,
                                          IWizardPage page)
Create wizard with pages from a single service provider.

Parameters:
provider - service provider we are configuring
page - next ServiceConfigurationWizardPage if we are being called by a ServiceConfigurationWizard, or null otherwise
Method Detail

addPages

public void addPages()

getNextPage

public IWizardPage getNextPage(IWizardPage page)

performFinish

public boolean performFinish()

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.