Uses of Class
ccs.cpc.ViewerRuntime

Packages that use ViewerRuntime
ccs.cpc   
ccs.cpc.impl   
 

Uses of ViewerRuntime in ccs.cpc
 

Subclasses of ViewerRuntime in ccs.cpc
 class PluginRuntime
           
 

Methods in ccs.cpc that return ViewerRuntime
 ViewerRuntime Plugin.getRuntime(PluginCallback callback, VFile target)
           
abstract  ViewerRuntime Viewer.getRuntime(PluginCallback callback, VFile target)
          create a suitable runtime instance of this viewer, viewing a given target.
 

Uses of ViewerRuntime in ccs.cpc.impl
 

Subclasses of ViewerRuntime in ccs.cpc.impl
 class ArchOpener
           
 class HelperAppRuntime
           
 class JarOpener
           
 class ResultsOpener
           
 

Methods in ccs.cpc.impl that return ViewerRuntime
 ViewerRuntime HelperApp.getRuntime(PluginCallback callback, VFile target)
           
 

Methods in ccs.cpc.impl with parameters of type ViewerRuntime
(package private)  ReaperThread ReaperManager.newReaper(Viewer v, ViewerRuntime vrt, ccs.utils.Hurlable handler, boolean isSingle)
           
 

Constructors in ccs.cpc.impl with parameters of type ViewerRuntime
ReaperThread(java.lang.String name, ReapListener listener, ViewerRuntime vrt, ccs.utils.Hurlable handler)