org.eclipse.rse.ui.wizards
Class SystemNewProfileWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.rse.ui.wizards.AbstractSystemWizard
org.eclipse.rse.ui.wizards.SystemNewProfileWizard
- All Implemented Interfaces:
- IWizard, ISystemPromptDialog, ISystemWizard, INewWizard, IWorkbenchWizard
public class SystemNewProfileWizard
- extends AbstractSystemWizard
Wizard for creating a new remote system profile.
Fields inherited from class org.eclipse.rse.ui.wizards.AbstractSystemWizard |
cancelled, finishPressed, helpId, input, minPageHeight, minPageWidth, output, owningDialog, pageTitle, selection, viewer |
Methods inherited from class org.eclipse.rse.ui.wizards.AbstractSystemWizard |
addPage, getCurrentTreeView, getHelpContextId, getInputObject, getMinimumPageHeight, getMinimumPageWidth, getOutputObject, getSystemWizardDialog, getViewer, getWizardPageTitle, init, performCancel, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setHelp, setInputObject, setMinimumPageSize, setOutputObject, setPageError, setSystemWizardDialog, setViewer, setWasCancelled, setWizardImage, setWizardPageTitle, setWizardTitle, updateSize, wasCancelled |
Methods inherited from class org.eclipse.jface.wizard.Wizard |
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, 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 |
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer |
SystemNewProfileWizard
public SystemNewProfileWizard()
- Constructor
addPages
public void addPages()
- Creates the wizard pages.
This method is an override from the parent Wizard class.
- Specified by:
addPages
in interface IWizard
- Specified by:
addPages
in class AbstractSystemWizard
createMainPage
protected SystemNewProfileWizardMainPage createMainPage()
- Creates the wizard's main page.
This method is an override from the parent class.
performFinish
public boolean performFinish()
- Completes processing of the wizard. If this
method returns true, the wizard will close;
otherwise, it will stay active.
This method is an override from the parent Wizard class.
- Specified by:
performFinish
in interface IWizard
- Specified by:
performFinish
in class AbstractSystemWizard
- Returns:
- whether the wizard finished successfully
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.