RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.IRSESystemType

Packages that use IRSESystemType
org.eclipse.rse.core   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.wizards   
 

Uses of IRSESystemType in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return IRSESystemType
 IRSESystemType[] IRSECoreRegistry.getSystemTypes()
          Returns all defined system types.
 IRSESystemType IRSECoreRegistry.getSystemType(String name)
          Returns a system type object given the name.
 

Uses of IRSESystemType in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages with parameters of type IRSESystemType
static Hashtable SystemTypeFieldEditor.initSystemTypePreferences(IPreferenceStore store, IRSESystemType[] systemTypes)
           
 

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

Fields in org.eclipse.rse.ui.wizards declared as IRSESystemType
protected  IRSESystemType[] RSENewConnectionWizardMainPage.restrictedSystemTypes
           
 

Methods in org.eclipse.rse.ui.wizards that return IRSESystemType
 IRSESystemType IRSENewConnectionWizardDelegate.getSystemType()
           
 IRSESystemType RSENewConnectionWizardDelegate.getSystemType()
           
 

Methods in org.eclipse.rse.ui.wizards with parameters of type IRSESystemType
 void RSENewConnectionWizard.restrictToSystemType(IRSESystemType systemType)
           
 void RSENewConnectionWizard.restrictToSystemTypes(IRSESystemType[] systemTypes)
           
 void RSENewConnectionWizard.setSelectedSystemType(IRSESystemType systemType)
           
 void IRSENewConnectionWizard.restrictToSystemTypes(IRSESystemType[] systemTypes)
          Restrict system types.
 void IRSENewConnectionWizard.restrictToSystemType(IRSESystemType systemType)
          Restrict to a single system type.
 void IRSENewConnectionWizard.setSelectedSystemType(IRSESystemType systemType)
          Sets the system type that was selected in the wizard.
 void RSEDefaultNewConnectionWizardDelegate.init(RSENewConnectionWizard wizard, IRSESystemType systemType)
           
 void RSEDefaultNewConnectionWizardDelegate.systemTypeChanged(IRSESystemType systemType)
           
 void IRSENewConnectionWizardDelegate.init(RSENewConnectionWizard wizard, IRSESystemType systemType)
           
 void IRSENewConnectionWizardDelegate.systemTypeChanged(IRSESystemType systemType)
           
 void RSENewConnectionWizardDelegate.init(RSENewConnectionWizard wizard, IRSESystemType systemType)
           
protected  void RSENewConnectionWizardDelegate.setSystemType(IRSESystemType systemType)
           
 void RSENewConnectionWizardDelegate.systemTypeChanged(IRSESystemType systemType)
           
 void RSENewConnectionWizardMainPage.restrictToSystemTypes(IRSESystemType[] systemTypes)
           
 


RSE
Release 1.0

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