Uses of Class
ccs.cpc.Plugin

Packages that use Plugin
ccs.cpc   
ccs.cpc.impl   
 

Uses of Plugin in ccs.cpc
 

Fields in ccs.cpc declared as Plugin
protected  Plugin PluginRuntime.plugin
           
 

Methods in ccs.cpc that return Plugin
 Plugin PluginRuntime.getPlugin()
          Returns our (invariant) Plugin.
 

Methods in ccs.cpc with parameters of type Plugin
 void PluginRuntime.setResources(PluginCallback callback, VFile target, Plugin plugin)
          Set the resources that the viewer will need.
 

Uses of Plugin in ccs.cpc.impl
 

Fields in ccs.cpc.impl declared as Plugin
(package private) static Plugin HelperAppRuntime.hplugin