PTP
Release 5.0

org.eclipse.ptp.ui.wizards
Class RMProviderContributor

java.lang.Object
  extended by org.eclipse.ptp.ui.wizards.RMProviderContributor
All Implemented Interfaces:
IServiceProviderContributor

public class RMProviderContributor
extends java.lang.Object
implements IServiceProviderContributor

Since:
5.0

Constructor Summary
RMProviderContributor()
           
 
Method Summary
 void configureServiceProvider(IServiceProviderWorkingCopy provider, org.eclipse.swt.widgets.Composite comp)
          Creates a section on the service model properties page to configure the service provider working copy.
static RMConfigurationSelectionFactory getRMConfigurationSelectionFactory(java.lang.String id)
           
static RMConfigurationWizardPageFactory getRMConfigurationWizardPageFactory(java.lang.String id)
           
 org.eclipse.jface.wizard.IWizard getWizard(IServiceProvider provider, org.eclipse.jface.wizard.IWizardPage page)
          Retrieve the wizard for a service provider
 org.eclipse.jface.wizard.WizardPage[] getWizardPages(org.eclipse.jface.wizard.IWizard wizard, IServiceProvider provider)
          Retrieve the wizard pages for a service provider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMProviderContributor

public RMProviderContributor()
Method Detail

configureServiceProvider

public void configureServiceProvider(IServiceProviderWorkingCopy provider,
                                     org.eclipse.swt.widgets.Composite comp)
Description copied from interface: IServiceProviderContributor
Creates a section on the service model properties page to configure the service provider working copy. The composite does not have a layout manager attached.

Specified by:
configureServiceProvider in interface IServiceProviderContributor
Parameters:
provider - working copy
Since:
5.0

getWizard

public org.eclipse.jface.wizard.IWizard getWizard(IServiceProvider provider,
                                                  org.eclipse.jface.wizard.IWizardPage page)
Description copied from interface: IServiceProviderContributor
Retrieve the wizard for a service provider

Specified by:
getWizard in interface IServiceProviderContributor
Parameters:
provider - the provider being configured
page - next ServiceConfigurationWizardPage if we are being called by a ServiceConfigurationWizard, or null otherwise
Returns:
the wizard to configure this provider

getWizardPages

public org.eclipse.jface.wizard.WizardPage[] getWizardPages(org.eclipse.jface.wizard.IWizard wizard,
                                                            IServiceProvider provider)
Description copied from interface: IServiceProviderContributor
Retrieve the wizard pages for a service provider

Specified by:
getWizardPages in interface IServiceProviderContributor
Parameters:
wizard - the wizard that will display the pages
provider - the provider being configured
Returns:
wizard pages for the provider

getRMConfigurationSelectionFactory

public static RMConfigurationSelectionFactory getRMConfigurationSelectionFactory(java.lang.String id)

getRMConfigurationWizardPageFactory

public static RMConfigurationWizardPageFactory getRMConfigurationWizardPageFactory(java.lang.String id)

PTP
Release 5.0

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