RSE
Release 1.0

Uses of Interface
org.eclipse.rse.ui.wizards.ISystemWizard

Packages that use ISystemWizard
org.eclipse.rse.dstore.security.wizards   
org.eclipse.rse.files.ui.wizards   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.wizards   
 

Uses of ISystemWizard in org.eclipse.rse.dstore.security.wizards
 

Classes in org.eclipse.rse.dstore.security.wizards that implement ISystemWizard
 class SystemImportCertWizard
           
 

Uses of ISystemWizard in org.eclipse.rse.files.ui.wizards
 

Classes in org.eclipse.rse.files.ui.wizards that implement ISystemWizard
 class SystemNewFileWizard
           
 class SystemNewFolderWizard
           
 

Uses of ISystemWizard in org.eclipse.rse.ui.dialogs
 

Fields in org.eclipse.rse.ui.dialogs declared as ISystemWizard
protected  ISystemWizard SystemWizardDialog.wizard
           
 

Constructors in org.eclipse.rse.ui.dialogs with parameters of type ISystemWizard
SystemWizardDialog(Shell shell, ISystemWizard wizard)
          Constructor
SystemWizardDialog(Shell shell, ISystemWizard wizard, Object inputObject)
          Constructor two.
 

Uses of ISystemWizard in org.eclipse.rse.ui.filters.dialogs
 

Subinterfaces of ISystemWizard in org.eclipse.rse.ui.filters.dialogs
 interface ISystemFilterWizard
           
 interface SystemFilterPoolWizardInterface
          An interface for filter pool wizards to implement
 

Classes in org.eclipse.rse.ui.filters.dialogs that implement ISystemWizard
 class SystemFilterNewFilterPoolWizard
          Wizard for creating a new system filter pool.
 class SystemNewFilterWizard
          Base Wizard for users to define a new system filter.
 

Uses of ISystemWizard in org.eclipse.rse.ui.wizards
 

Classes in org.eclipse.rse.ui.wizards that implement ISystemWizard
 class AbstractSystemWizard
          Base class for all RSE wizards.
 class RSENewConnectionWizard
          The New Connection wizard.
 class SystemNewConnectionWizard
          Wizard for creating a new remote systems connection.
 class SystemNewProfileWizard
          Wizard for creating a new remote system profile.
 

Constructors in org.eclipse.rse.ui.wizards with parameters of type ISystemWizard
AbstractSystemWizardPage(ISystemWizard wizard, String pageName, String pageDescription)
          Constructor when the overall wizard page title is desired, as specified in AbstractSystemWizard.setWizardPageTitle(String).
 


RSE
Release 1.0

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