RSE
Release 1.0

Uses of Interface
org.eclipse.rse.core.subsystems.ISubSystemConfigurationProxy

Packages that use ISubSystemConfigurationProxy
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.model   
org.eclipse.rse.ui   
 

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

Methods in org.eclipse.rse.core.model that return ISubSystemConfigurationProxy
 ISubSystemConfigurationProxy[] ISystemRegistry.getSubSystemConfigurationProxies()
          Public method to retrieve list of subsystem factory proxies registered by extension points.
 ISubSystemConfigurationProxy[] ISystemRegistry.getSubSystemConfigurationProxiesByCategory(String factoryCategory)
          Return all subsystem factory proxies matching a subsystem factory category.
 

Methods in org.eclipse.rse.core.model with parameters of type ISubSystemConfigurationProxy
 void ISystemRegistry.setSubSystemConfigurationProxies(ISubSystemConfigurationProxy[] proxies)
          Private method used by RSEUIPlugin to tell registry all registered subsystem factories.
 

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

Methods in org.eclipse.rse.core.subsystems that return ISubSystemConfigurationProxy
 ISubSystemConfigurationProxy SubSystemConfiguration.getSubSystemConfigurationProxy()
          The following is here for completeness but should never be needed.
 ISubSystemConfigurationProxy ISubSystemConfiguration.getSubSystemConfigurationProxy()
          Private method
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISubSystemConfigurationProxy
 void SubSystemConfiguration.setSubSystemConfigurationProxy(ISubSystemConfigurationProxy proxy)
          The following is called for you by the SubSystemConfigurationProxy, after starting this object via the extension point mechanism
 void ISubSystemConfiguration.setSubSystemConfigurationProxy(ISubSystemConfigurationProxy proxy)
          Private method called by RSEUIPlugin
 

Uses of ISubSystemConfigurationProxy in org.eclipse.rse.model
 

Methods in org.eclipse.rse.model that return ISubSystemConfigurationProxy
 ISubSystemConfigurationProxy[] SystemRegistry.getSubSystemConfigurationProxies()
          Public method to retrieve list of subsystem factory proxies registered by extension points.
 ISubSystemConfigurationProxy[] SystemRegistry.getSubSystemConfigurationProxiesByCategory(String factoryCategory)
          Return all subsystem factory proxies matching a subsystem factory category.
 

Methods in org.eclipse.rse.model with parameters of type ISubSystemConfigurationProxy
 void SystemRegistry.setSubSystemConfigurationProxies(ISubSystemConfigurationProxy[] proxies)
          Private method used by RSEUIPlugin to tell registry all registered subsystem factories.
 

Uses of ISubSystemConfigurationProxy in org.eclipse.rse.ui
 

Methods in org.eclipse.rse.ui that return ISubSystemConfigurationProxy
 ISubSystemConfigurationProxy[] RSEUIPlugin.getSubSystemConfigurationProxies()
          Return an array of SubSystemConfigurationProxy objects.
 


RSE
Release 1.0

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