PTP
Release 7.0

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

java.lang.Object
  extended by WizardPage
      extended by org.eclipse.ptp.services.ui.wizards.ServiceConfigurationWizardPage

public class ServiceConfigurationWizardPage
extends WizardPage

Wizard page used by #ServiceConfigurationWizard to select a service provider for a particular service. NOT CURRENTLY USED AND MAY BE DEPRECATED


Constructor Summary
ServiceConfigurationWizardPage(IService service, String pageName)
           
 
Method Summary
protected  void createComboContents(Combo combo)
           
 void createControl(Composite parent)
           
 IWizardPage getNextPage()
          The WizardSelectionPage implementation of this IWizardPage method returns the first page of the currently selected wizard if there is one.
protected  IService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceConfigurationWizardPage

public ServiceConfigurationWizardPage(IService service,
                                      String pageName)
Parameters:
fWizard -
pageName -
Method Detail

createControl

public void createControl(Composite parent)

getNextPage

public IWizardPage getNextPage()
The WizardSelectionPage implementation of this IWizardPage method returns the first page of the currently selected wizard if there is one.


createComboContents

protected void createComboContents(Combo combo)
Parameters:
combo -

getService

protected IService getService()
Returns:

PTP
Release 7.0

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