Uses of Class
org.gjt.sp.jedit.msg.PluginUpdate

Packages that use PluginUpdate
org.gjt.sp.jedit.browser jEdit's file system browser. 
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.help The jEdit help viewer. 
org.gjt.sp.jedit.pluginmgr The plugin manager. 
 

Uses of PluginUpdate in org.gjt.sp.jedit.browser
 

Methods in org.gjt.sp.jedit.browser with parameters of type PluginUpdate
 void VFSBrowser.handlePluginUpdate(PluginUpdate pmsg)
           
 

Uses of PluginUpdate in org.gjt.sp.jedit.gui
 

Methods in org.gjt.sp.jedit.gui with parameters of type PluginUpdate
 void DockableWindowManager.handlePluginUpdate(PluginUpdate pmsg)
           
 void DockableWindowManagerImpl.handlePluginUpdate(PluginUpdate pmsg)
           
 

Uses of PluginUpdate in org.gjt.sp.jedit.help
 

Methods in org.gjt.sp.jedit.help with parameters of type PluginUpdate
 void HelpViewer.handlePluginUpdate(PluginUpdate pmsg)
           
 

Uses of PluginUpdate in org.gjt.sp.jedit.pluginmgr
 

Methods in org.gjt.sp.jedit.pluginmgr with parameters of type PluginUpdate
 void PluginManager.handlePluginUpdate(PluginUpdate msg)