Uses of Class
com.pvx.ooadide.javx.PluginConnectionControl

Packages that use PluginConnectionControl
com.pvx.ooadide.eventmanager   
com.pvx.ooadide.javx   
com.pvx.ooadide.javx.rcp   
 

Uses of PluginConnectionControl in com.pvx.ooadide.eventmanager
 

Methods in com.pvx.ooadide.eventmanager that return PluginConnectionControl
static PluginConnectionControl EventManager.getConCon()
           
 

Methods in com.pvx.ooadide.eventmanager with parameters of type PluginConnectionControl
 void EventManager.initConnection(PluginConnectionControl initCon)
           
static void EventManager.setConCon(PluginConnectionControl conCon)
           
 

Uses of PluginConnectionControl in com.pvx.ooadide.javx
 

Fields in com.pvx.ooadide.javx declared as PluginConnectionControl
 PluginConnectionControl PluginJavXApplet.nwClient
           
 

Methods in com.pvx.ooadide.javx that return PluginConnectionControl
 PluginConnectionControl PluginJavXApplet.establishConnection(javxbaseui.PvxBaseWindow prnt, java.util.Hashtable params, javxclientcontrol.PvxSSLSocketFactory sslSocketFactory)
           
static PluginConnectionControl PluginConnectionControl.getCurrentInstance()
           
 

Uses of PluginConnectionControl in com.pvx.ooadide.javx.rcp
 

Subclasses of PluginConnectionControl in com.pvx.ooadide.javx.rcp
 class RcpPluginConnectionControl