Uses of Interface
org.gjt.sp.jedit.help.HelpViewerInterface

Packages that use HelpViewerInterface
org.gjt.sp.jedit.help The jEdit help viewer. 
 

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

Classes in org.gjt.sp.jedit.help that implement HelpViewerInterface
 class HelpViewer
          jEdit's searchable help viewer.
 

Constructors in org.gjt.sp.jedit.help with parameters of type HelpViewerInterface
HelpSearchPanel(HelpViewerInterface helpViewer)
           
HelpTOCPanel(HelpViewerInterface helpViewer)