java.lang.Object
org.gjt.sp.jedit.help.HelpTOCLoader
Help table-of-contents loader.
Code for loading and constructing the table of contents (TOC).
Doesn't refresh when plugins are (un)loaded: you'll have to call
createTOC()
again yourself.
Don't keep HelpTOCLoader
instances between loads:
use it and forget it.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HelpTOCLoader
-
-
Method Details
-
createTOC
Load the table of contents. Performs synchronous IO, so you don't want to call it from the GUI thread.- Returns:
- the TOC tree model as a
DefaultMutableTreeNode
. User objects areHelpTOCLoader.HelpNode
instances.
-