PTP
Release 5.0

org.eclipse.ptp.ui.wizards
Class RMServiceProviderConfigurationWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ptp.services.ui.wizards.ServiceProviderConfigurationWizard
          extended by org.eclipse.ptp.ui.wizards.RMServiceProviderConfigurationWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, IRMConfigurationWizard

public class RMServiceProviderConfigurationWizard
extends ServiceProviderConfigurationWizard
implements IRMConfigurationWizard

Transitional class to allow the RM configuration framework to be used with the service model.


Field Summary
 
Fields inherited from class org.eclipse.ptp.services.ui.wizards.ServiceProviderConfigurationWizard
fPageLink, fProvider
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
RMServiceProviderConfigurationWizard(IServiceProvider provider, org.eclipse.jface.wizard.IWizardPage page)
           
 
Method Summary
 org.eclipse.ptp.rmsystem.IResourceManagerConfiguration getBaseConfiguration()
           
 org.eclipse.ptp.rmsystem.IResourceManagerComponentConfiguration getControlConfiguration()
           
 org.eclipse.ptp.rmsystem.IResourceManagerComponentConfiguration getMonitorConfiguration()
           
 
Methods inherited from class org.eclipse.ptp.services.ui.wizards.ServiceProviderConfigurationWizard
addPages, getNextPage, performFinish
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
 

Constructor Detail

RMServiceProviderConfigurationWizard

public RMServiceProviderConfigurationWizard(IServiceProvider provider,
                                            org.eclipse.jface.wizard.IWizardPage page)
Method Detail

getBaseConfiguration

public org.eclipse.ptp.rmsystem.IResourceManagerConfiguration getBaseConfiguration()
Specified by:
getBaseConfiguration in interface IRMConfigurationWizard
Since:
5.0

getControlConfiguration

public org.eclipse.ptp.rmsystem.IResourceManagerComponentConfiguration getControlConfiguration()
Since:
5.0

getMonitorConfiguration

public org.eclipse.ptp.rmsystem.IResourceManagerComponentConfiguration getMonitorConfiguration()
Since:
5.0

PTP
Release 5.0

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