org.eclipse.ptp.ui.wizards
Class LaunchServiceContributor
java.lang.Object
org.eclipse.ptp.ui.wizards.LaunchServiceContributor
- All Implemented Interfaces:
- IServiceContributor
public class LaunchServiceContributor
- extends 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.
|
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 |
LaunchServiceContributor
public LaunchServiceContributor()
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.
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.