Package ghidra.base.help
Class GhidraHelpService
java.lang.Object
docking.help.HelpManager
ghidra.base.help.GhidraHelpService
- All Implemented Interfaces:
HelpService
Ghidra's help service. This class knows how to find help for the various modules that
make up Ghidra.
-
Field Summary
Fields inherited from class docking.help.HelpManager
SHOW_AID_KEY
Fields inherited from interface help.HelpService
DUMMY_HELP_SET_NAME
-
Method Summary
Methods inherited from class docking.help.HelpManager
addHelpSet, clearHelp, excludeFromHelp, getHelpLocation, getInvalidHelpLocations, getMasterHelpSet, helpExists, isExcludedFromHelp, mergePendingHelpSets, registerHelp, registerHelp, reload, showHelp, showHelp, showHelp
-
Method Details
-
install
public static void install() -
getHomeId
Description copied from class:HelpManager
Returns the 'home id' to be used by all help sets in the system (as opposed to allowing each help set to define its own home id.- Overrides:
getHomeId
in classHelpManager
- Returns:
- the home id
-