RSE
Release 1.0

org.eclipse.rse.ui.wizards
Interface IRSENewConnectionWizard

All Superinterfaces:
INewWizard, IWizard, IWorkbenchWizard
All Known Implementing Classes:
RSENewConnectionWizard

public interface IRSENewConnectionWizard
extends INewWizard


Field Summary
static String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_CLASS
           
static String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_SYSTEMTYPE
           
static String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_NAME
           
static String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_POINT_ID
           
 
Method Summary
 IRSENewConnectionWizardDelegate getDelegate()
           
 void restrictToSystemType(IRSESystemType systemType)
          Restrict to a single system type.
 void restrictToSystemTypes(IRSESystemType[] systemTypes)
          Restrict system types.
 void setSelectedSystemType(IRSESystemType systemType)
          Sets the system type that was selected in the wizard.
 
Methods inherited from interface org.eclipse.ui.IWorkbenchWizard
init
 
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
 

Field Detail

NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_POINT_ID

public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_POINT_ID
See Also:
Constant Field Values

NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_NAME

public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_NAME
See Also:
Constant Field Values

NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_SYSTEMTYPE

public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_SYSTEMTYPE
See Also:
Constant Field Values

NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_CLASS

public static final String NEW_CONNECTION_WIZARD_DELEGATE_EXTENSION_CONFIG_ATTRIBUTE_CLASS
See Also:
Constant Field Values
Method Detail

getDelegate

public IRSENewConnectionWizardDelegate getDelegate()

restrictToSystemTypes

public void restrictToSystemTypes(IRSESystemType[] systemTypes)
Restrict system types. Users will only be able to choose from the given system types.

Parameters:
systemTypes - the system types to restrict to.

restrictToSystemType

public void restrictToSystemType(IRSESystemType systemType)
Restrict to a single system type. Users will not be shown the system type selection page in the wizard.

Parameters:
systemType - the system type to restrict to.

setSelectedSystemType

public void setSelectedSystemType(IRSESystemType systemType)
Sets the system type that was selected in the wizard. This will only be called if the wizard shows the system type selection page, i.e. if the wizard is not restricted to a single system type.

Parameters:
systemType - the system type.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.