RSE
Release 2.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.subsystems.files.core.subsystems   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
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, IRSESystemType systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation, ISystemNewConnectionWizardPage[] newConnectionWizardPages)
          Create a host object, sometimes called a "connection", given the containing profile 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.
 ISubSystem ISubSystemConfiguration.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.
 

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.subsystems
 

Methods in org.eclipse.rse.ui.subsystems that return ISystemNewConnectionWizardPage
 ISystemNewConnectionWizardPage[] ISubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration config, 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 configuration supports.
 

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

Methods in org.eclipse.rse.ui.view that return ISystemNewConnectionWizardPage
 ISystemNewConnectionWizardPage[] SubSystemConfigurationAdapter.getNewConnectionWizardPages(ISubSystemConfiguration config, 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 configuration 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
 


RSE
Release 2.0

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