Uses of Class
org.gjt.sp.jedit.pluginmgr.PluginManager

Packages that use PluginManager
org.gjt.sp.jedit.pluginmgr The plugin manager. 
 

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

Methods in org.gjt.sp.jedit.pluginmgr that return PluginManager
static PluginManager PluginManager.getInstance()
          Returns the currently visible plugin manager window, or null.
 

Constructors in org.gjt.sp.jedit.pluginmgr with parameters of type PluginManager
ManagePanel(PluginManager window)