|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.rse.ui.wizards.AbstractSystemWizard
org.eclipse.rse.ui.wizards.SystemNewConnectionWizard
Wizard for creating a new remote systems connection.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.rse.ui.wizards.AbstractSystemWizard |
|---|
cancelled, finishPressed, helpId, input, minPageHeight, minPageWidth, output, owningDialog, pageTitle, selection, viewer |
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
SystemNewConnectionWizard()
Constructor |
|
| Method Summary | |
|---|---|
void |
addPages()
Creates the wizard pages. |
boolean |
canFinish()
Intercept of Wizard method so we can take into account our additional pages |
protected ISystemNewConnectionWizardMainPage |
createMainPage(String[] restrictSystemTypesTo)
Creates the wizard's main page. |
protected ISystemNewConnectionWizardPage[] |
getAdditionalWizardPages(String systemType)
|
IHost |
getDummyHost()
|
protected IWizardPage |
getFirstAdditionalPage()
Return the first additional page to show when user presses Next on the main page |
ISystemNewConnectionWizardMainPage |
getMainPage()
Return the main page of this wizard |
SystemConnectionForm |
getMainPageForm()
Return the form of the main page of this wizard |
IWizardPage |
getNextPage(IWizardPage page)
Intercept of Wizard method so we can get the Next button behaviour to work right for the dynamically managed additional wizard pages. |
protected boolean |
hasAdditionalPages()
Return true if there are additional pages. |
boolean |
performFinish()
Completes processing of the wizard. |
void |
restrictSystemType(String systemType)
Call this to restrict the system type that the user is allowed to choose |
void |
restrictSystemTypes(String[] systemTypes)
Call this to restrict the system types that the user is allowed to choose |
void |
setConnectionName(String name)
Preset the connection name |
void |
setCurrentlySelectedConnection(IHost conn)
Set the currently selected connection. |
void |
setHostName(String name)
Preset the host name |
protected void |
setNewPrivateProfileName(String newName)
Set the new profile name specified on the rename profile page... |
void |
setUserId(String userId)
For "new" mode, allows setting of the initial user Id. |
void |
systemTypeSelected(String systemType,
boolean duringInitialization)
Event: the user has selected a system type. |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, 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.ui.IWorkbenchWizard |
|---|
init |
| Methods inherited from interface org.eclipse.jface.wizard.IWizard |
|---|
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
| Constructor Detail |
public SystemNewConnectionWizard()
| Method Detail |
public void restrictSystemType(String systemType)
public void restrictSystemTypes(String[] systemTypes)
public IHost getDummyHost()
public void addPages()
addPages in interface IWizardaddPages in class AbstractSystemWizardprotected ISystemNewConnectionWizardMainPage createMainPage(String[] restrictSystemTypesTo)
public void setCurrentlySelectedConnection(IHost conn)
public void setUserId(String userId)
public void setConnectionName(String name)
public void setHostName(String name)
public boolean performFinish()
performFinish in interface IWizardperformFinish in class AbstractSystemWizardprotected void setNewPrivateProfileName(String newName)
public ISystemNewConnectionWizardMainPage getMainPage()
public SystemConnectionForm getMainPageForm()
public void systemTypeSelected(String systemType,
boolean duringInitialization)
protected ISystemNewConnectionWizardPage[] getAdditionalWizardPages(String systemType)
protected boolean hasAdditionalPages()
protected IWizardPage getFirstAdditionalPage()
public IWizardPage getNextPage(IWizardPage page)
getNextPage in interface IWizardpublic boolean canFinish()
canFinish in interface IWizard
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||