Uses of Class
org.gjt.sp.jedit.PluginJAR.PluginCacheEntry

Packages that use PluginJAR.PluginCacheEntry
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

Uses of PluginJAR.PluginCacheEntry in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit with parameters of type PluginJAR.PluginCacheEntry
static void ServiceManager.loadServices(PluginJAR plugin, java.net.URL uri, PluginJAR.PluginCacheEntry cache)
          Loads a services.xml file.
 

Uses of PluginJAR.PluginCacheEntry in org.gjt.sp.jedit.gui
 

Methods in org.gjt.sp.jedit.gui with parameters of type PluginJAR.PluginCacheEntry
 void DockableWindowFactory.loadDockableWindows(PluginJAR plugin, java.net.URL uri, PluginJAR.PluginCacheEntry cache)
          Plugins shouldn't need to call this method.