Uses of Class
org.globus.common.CoGProperties

Packages that use CoGProperties
org.globus.common Contains classes commonly used by other classes. 
org.globus.tools.proxy   
org.globus.tools.ui.config Contains classes which comprise the Java CoG Kit configuration wizard. 
 

Uses of CoGProperties in org.globus.common
 

Methods in org.globus.common that return CoGProperties
static CoGProperties CoGProperties.getDefault()
           
 

Methods in org.globus.common with parameters of type CoGProperties
static void CoGProperties.setDefault(CoGProperties properties)
          Sets default configuration.
 

Uses of CoGProperties in org.globus.tools.proxy
 

Fields in org.globus.tools.proxy declared as CoGProperties
protected  CoGProperties GridProxyModel.props
           
 

Methods in org.globus.tools.proxy that return CoGProperties
 CoGProperties ProxyOptionsWindow.getProperties()
           
 CoGProperties GridProxyModel.getProperties()
           
 

Methods in org.globus.tools.proxy with parameters of type CoGProperties
 void ProxyOptionsPanel.set(CoGProperties props)
           
 void ProxyOptionsPanel.get(CoGProperties props)
           
 void DefaultProxyOptionsPanel.set(CoGProperties props)
           
 void DefaultProxyOptionsPanel.get(CoGProperties props)
           
 void ProxyOptionsWindow.setProperties(CoGProperties props)
           
 void PKCS11ProxyOptionsPanel.set(CoGProperties props)
           
 void PKCS11ProxyOptionsPanel.get(CoGProperties props)
           
 

Uses of CoGProperties in org.globus.tools.ui.config
 

Fields in org.globus.tools.ui.config declared as CoGProperties
protected  CoGProperties BaseModule.props
           
protected  CoGProperties ConfigurationWizard.props
           
 

Constructors in org.globus.tools.ui.config with parameters of type CoGProperties
ConfigModule3(CoGProperties props)
           
ConfigModule2(CoGProperties props)
           
ConfigModule1(CoGProperties props)
           
BaseModule(CoGProperties props)
           
ConfigModule0(CoGProperties props)