PTP
Release 5.0

org.eclipse.ptp.ui.wizards
Class RMConfigurationWizard

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

public class RMConfigurationWizard
extends org.eclipse.jface.wizard.Wizard
implements IRMConfigurationWizard

Since:
5.0

Field Summary
static String EMPTY_STRING
           
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
RMConfigurationWizard()
           
RMConfigurationWizard(org.eclipse.ptp.rmsystem.IResourceManager rm)
           
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 org.eclipse.ptp.rmsystem.IResourceManagerConfiguration getBaseConfiguration()
           
 String getDescription()
           
 String getName()
           
 org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
           
 org.eclipse.jface.wizard.IWizardPage getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, 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
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Field Detail

EMPTY_STRING

public static final String EMPTY_STRING
See Also:
Constant Field Values
Constructor Detail

RMConfigurationWizard

public RMConfigurationWizard()
Since:
5.0

RMConfigurationWizard

public RMConfigurationWizard(org.eclipse.ptp.rmsystem.IResourceManager rm)
Since:
5.0
Method Detail

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

canFinish

public boolean canFinish()
Specified by:
canFinish in interface org.eclipse.jface.wizard.IWizard
Overrides:
canFinish in class org.eclipse.jface.wizard.Wizard

getBaseConfiguration

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

getDescription

public String getDescription()
Returns:

getName

public String getName()
Returns:

getNextPage

public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
Specified by:
getNextPage in interface org.eclipse.jface.wizard.IWizard
Overrides:
getNextPage in class org.eclipse.jface.wizard.Wizard

getPreviousPage

public org.eclipse.jface.wizard.IWizardPage getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
Specified by:
getPreviousPage in interface org.eclipse.jface.wizard.IWizard
Overrides:
getPreviousPage in class org.eclipse.jface.wizard.Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

PTP
Release 5.0

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