PTP
Release 5.0

org.eclipse.ptp.services.ui
Interface IServiceContributor

All Known Implementing Classes:
LaunchServiceContributor

public interface IServiceContributor

Interface that supplies wizard pages to configure a service. 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.

See Also:
IServiceProvider

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.
 

Method Detail

getWizardPages

org.eclipse.jface.wizard.WizardPage[] getWizardPages(IService service)
Retrieve the wizard pages to be displayed prior to configuring a provider for the service.

Parameters:
service -
Returns:
wizard pages for the services.

PTP
Release 5.0

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