Uses of Class
org.globus.tools.ui.proxy.GridProxyProperties

Packages that use GridProxyProperties
org.globus.tools.ui.proxy Contains classes used to create local grid credential proxies. 
 

Uses of GridProxyProperties in org.globus.tools.ui.proxy
 

Fields in org.globus.tools.ui.proxy declared as GridProxyProperties
protected  GridProxyProperties MyproxyGUI.gridProps
           
 

Methods in org.globus.tools.ui.proxy that return GridProxyProperties
 GridProxyProperties MyproxyGUI.getGridProxyProperties()
           
 

Methods in org.globus.tools.ui.proxy with parameters of type GridProxyProperties
 void MyproxyGUI.setGridProxyProperties(GridProxyProperties gridProps)
           
 

Constructors in org.globus.tools.ui.proxy with parameters of type GridProxyProperties
GridProxyDialog(GridProxyProperties props)