PTP
Release 5.0

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

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ptp.services.ui.wizards.ServiceProviderConfigurationWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard
Direct Known Subclasses:
RMServiceProviderConfigurationWizard

public class ServiceProviderConfigurationWizard
extends org.eclipse.jface.wizard.Wizard

Wizard for configuring a particular service provider. Obtains pages from the providerContributor extension point.


Field Summary
protected  org.eclipse.jface.wizard.IWizardPage fPageLink
           
protected  IServiceProvider fProvider
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
ServiceProviderConfigurationWizard(IServiceProvider provider, org.eclipse.jface.wizard.IWizardPage page)
          Create wizard with pages from a single service provider.
 
Method Summary
 void addPages()
           
 org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fPageLink

protected final org.eclipse.jface.wizard.IWizardPage fPageLink

fProvider

protected final IServiceProvider fProvider
Constructor Detail

ServiceProviderConfigurationWizard

public ServiceProviderConfigurationWizard(IServiceProvider provider,
                                          org.eclipse.jface.wizard.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()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

getNextPage

public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
Specified by:
getNextPage in interface org.eclipse.jface.wizard.IWizard
Overrides:
getNextPage in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

PTP
Release 5.0

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