org.eclipse.ptp.ui.wizards
Class RMConfigurationWizardPageFactory
java.lang.Object
org.eclipse.ptp.ui.wizards.RMConfigurationWizardPageFactory
public abstract class RMConfigurationWizardPageFactory
- extends java.lang.Object
Abstract class that is the extension point for contributing
ConfigurationWizardPages to this plug-in.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMConfigurationWizardPageFactory
public RMConfigurationWizardPageFactory()
getId
public java.lang.String getId()
- Returns:
- the id
- Since:
- 5.0
getName
public java.lang.String getName()
- Returns:
- the name
- Since:
- 5.0
getPages
public abstract RMConfigurationWizardPage[] getPages(IRMConfigurationWizard wizard)
- Retrieves the RM specific configuration pages.
- Parameters:
wizard -
- Returns:
- The contributed ConfigurationWizardPages
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set- Since:
- 5.0
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set- Since:
- 5.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.