RSE
Release 3.0

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

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

Uses of ISubSystemConfigurationProxy in org.eclipse.rse.core
 

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

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 configuration proxies registered by extension points.
 ISubSystemConfigurationProxy[] ISystemRegistry.getSubSystemConfigurationProxiesByCategory(String configurationCategory)
          Return all subsystem configuration proxies matching a subsystem configuration category.
 ISubSystemConfigurationProxy[] ISystemRegistry.getSubSystemConfigurationProxiesBySystemType(IRSESystemType systemType)
          Return all subsystem configuration proxies that are registered against the given system type.
 

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
 


RSE
Release 3.0

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