PTP
Release 5.0

org.eclipse.ptp.ui.wizards
Class LaunchServiceContributor

java.lang.Object
  extended by org.eclipse.ptp.ui.wizards.LaunchServiceContributor
All Implemented Interfaces:
IServiceContributor

public class LaunchServiceContributor
extends java.lang.Object
implements IServiceContributor

Allows the user to configure a project location. 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.


Constructor Summary
LaunchServiceContributor()
           
 
Method Summary
 org.eclipse.jface.wizard.WizardPage[] getWizardPages(IService service)
          Retrieve the wizard pages to be displayed prior to configuring a provider for the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchServiceContributor

public LaunchServiceContributor()
Method Detail

getWizardPages

public org.eclipse.jface.wizard.WizardPage[] getWizardPages(IService service)
Description copied from interface: IServiceContributor
Retrieve the wizard pages to be displayed prior to configuring a provider for the service.

Specified by:
getWizardPages in interface IServiceContributor
Returns:
wizard pages for the services.

PTP
Release 5.0

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