CustomFavoritesView |
This class allows us to change the renderer of the favorites tree.
|
CustomSearchView |
|
CustomTOCView |
A custom Table of Contents view that we specify in our JavaHelp xml documents.
|
CustomTOCView.CustomDefaultTOCFactory |
Our custom factory that knows how to look for extra XML attributes and how to
create our custom tree items
|
CustomTOCView.CustomTreeItemDecorator |
A custom tree item that allows us to store and retrieve custom attributes that we parsed
from the TOC xml document.
|
GHelpBroker |
Ghidra help broker that displays the help set; sets the Ghidra icon on
the help frame and attempts to maintain the user window size.
|
GHelpClassLoader |
A ClassLoader for loading help data.
|
GHelpHTMLEditorKit |
A class that allows Ghidra to intercept JavaHelp navigation events in order to resolve them
to Ghidra's help system.
|
GHelpSet |
Ghidra help set that creates a GhidraHelpBroker, installs some custom HTML handling code via
the GHelpHTMLEditorKit, and most importantly, changes how the JavaHelp system works with
regard to integrating Help Sets.
|
Help |
Creates the HelpManager for the application.
|
HelpManager |
Class that uses JavaHelp browser to show context sensitive help.
|
TestHelpService |
|
ToggleNavigationAid |
|