PTP
Release 7.0

org.eclipse.ptp.services.ui
Interface IServiceProviderConfiguration


Deprecated.

public interface IServiceProviderConfiguration

Interface that supplies a UI which can be launched to configure a service provider. 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:
IServiceProviderContributor

Method Summary
 void configureServiceProvider(IServiceProvider provider, org.eclipse.swt.widgets.Shell parentShell)
          Deprecated. Configure the service provider, which typically launches a dialog/wizard to allow the service provider to be configured (may include setting up and associating any required connections)
 

Method Detail

configureServiceProvider

void configureServiceProvider(IServiceProvider provider,
                              org.eclipse.swt.widgets.Shell parentShell)
Deprecated. 
Configure the service provider, which typically launches a dialog/wizard to allow the service provider to be configured (may include setting up and associating any required connections)

Parameters:
provider -
parentShell - parent SWT shell of the UI that is to be launched

PTP
Release 7.0

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