Uses of Class
ccs.cpc.PluginRuntime

Packages that use PluginRuntime
ccs.cpc   
ccs.cpc.impl   
 

Uses of PluginRuntime in ccs.cpc
 

Methods in ccs.cpc with parameters of type PluginRuntime
 VFile PluginCallback.getVFileRelativeTo(VFile base, PluginRuntime iv, int offset, java.util.Set<java.lang.String> excludeMimes)
          Returns a VFile given a "base" VFile.
 

Constructors in ccs.cpc with parameters of type PluginRuntime
CPCPlaylist(PluginRuntime runtime, PluginCallback callback, VFile initialvf, boolean isHandleXspf)
          A playlist.
 

Uses of PluginRuntime in ccs.cpc.impl
 

Subclasses of PluginRuntime in ccs.cpc.impl
 class ArchOpener
           
 class JarOpener
           
 class ResultsOpener
           
 

Methods in ccs.cpc.impl with parameters of type PluginRuntime
 VFile BrowserLogic.getVFileRelativeTo(VFile base, PluginRuntime viewer, int offset, java.util.Set<java.lang.String> excludeMimes)
           
 

Constructors in ccs.cpc.impl with parameters of type PluginRuntime
RelativeVFileFinder(BrowserLogic bl, VFile base, PluginRuntime viewerRuntime, int offset, java.util.Set<java.lang.String> excludeMimes)
           
TrackingPlaylistImpl(PluginRuntime runtime, PluginCallback callback, VFile initialvf, java.util.Set<java.lang.String> excludeMimes)
          A playlist.
XSPFPlaylistImpl(PluginRuntime runtime, PluginCallback callback, VFile initialvf, boolean isHandleXspf)
          A playlist.