RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.model.ISystemNewConnectionWizardPage

Packages that use ISystemNewConnectionWizardPage
org.eclipse.rse.core.model   
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.core.subsystems.util   
org.eclipse.rse.files.ui.view   
org.eclipse.rse.files.ui.wizards   
org.eclipse.rse.model   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.wizards   
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model with parameters of type ISystemNewConnectionWizardPage
 IHost ISystemRegistry.createHost(String profileName, String systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation, ISystemNewConnectionWizardPage[] newConnectionWizardPages)
          Create a connection object, given the connection pool and given all the possible attributes.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.servicesubsystem
 

Methods in org.eclipse.rse.core.servicesubsystem with parameters of type ISystemNewConnectionWizardPage
protected  void ServiceSubSystemConfiguration.initializeSubSystem(ISubSystem subsys, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Overridable lifecycle method.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.subsystems
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISystemNewConnectionWizardPage
 ISubSystem SubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Creates a new subsystem instance that is associated with the given connection object.
protected  void SubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Overridable method to initialize subsystems after creation.
 ISubSystem ISubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Creates a new subsystem instance that is associated with the given connection object.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.core.subsystems.util
 

Methods in org.eclipse.rse.core.subsystems.util that return ISystemNewConnectionWizardPage
 ISystemNewConnectionWizardPage[] ISubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration factory, IWizard wizard)
          Optionally return one or more wizard pages to append to the New Connection Wizard if the user selects a system type that this subsystem factory supports.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.files.ui.view
 

Methods in org.eclipse.rse.files.ui.view that return ISystemNewConnectionWizardPage
 ISystemNewConnectionWizardPage[] RemoteFileSubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration factory, IWizard wizard)
          Optionally return one or more wizard pages to append to the New Connection Wizard if the user selects a system type that this subsystem factory supports.
 

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

Classes in org.eclipse.rse.files.ui.wizards that implement ISystemNewConnectionWizardPage
 class SystemFileNewConnectionWizardPage
          A page that prompts for unique universal files information in the New Connection wizard.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model with parameters of type ISystemNewConnectionWizardPage
 IHost SystemRegistry.createHost(String profileName, String systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation, ISystemNewConnectionWizardPage[] newConnectionWizardPages)
          Create a connection object, given the connection pool and given all the possible attributes.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISystemNewConnectionWizardPage
protected  void RemoteFileSubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Populate a new subsystem with our unique attributes, and/or create default filter references.
 

Uses of ISystemNewConnectionWizardPage in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view that return ISystemNewConnectionWizardPage
 ISystemNewConnectionWizardPage[] SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration factory, IWizard wizard)
          Optionally return one or more wizard pages to append to the New Wizard connection if the user selects a system type that this subsystem factory supports.
 

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

Classes in org.eclipse.rse.ui.wizards that implement ISystemNewConnectionWizardPage
 class AbstractSystemNewConnectionWizardPage
          A base class for additional pages that are to be appended to the New Connection wizard.
 class SubSystemServiceWizardPage
           
 class SystemSubSystemsPropertiesWizardPage
          Wizard page that display the property pages for a given subsystem in the connection
 

Methods in org.eclipse.rse.ui.wizards that return ISystemNewConnectionWizardPage
protected  ISystemNewConnectionWizardPage[] RSEDefaultNewConnectionWizardDelegate.getAdditionalWizardPages(String systemType)
           
protected  ISystemNewConnectionWizardPage RSEDefaultNewConnectionWizardDelegate.getFirstAdditionalPage()
          Return the first additional page to show when user presses Next on the main page
protected  ISystemNewConnectionWizardPage[] SystemNewConnectionWizard.getAdditionalWizardPages(String systemType)
           
 


RSE
Release 1.0

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