Package ghidra.base.help
Class GhidraHelpService
- java.lang.Object
 - 
- docking.help.HelpManager
 - 
- ghidra.base.help.GhidraHelpService
 
 
 
- 
- All Implemented Interfaces:
 HelpService
public class GhidraHelpService extends HelpManager
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 docking.help.HelpService
DUMMY_HELP_SET_NAME 
 - 
 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinstall()- 
Methods inherited from class docking.help.HelpManager
addHelpSet, clearHelp, excludeFromHelp, getHelpLocation, getInvalidHelpLocations, getMasterHelpSet, helpExists, isExcludedFromHelp, mergePendingHelpSets, registerHelp, registerHelp, showHelp, showHelp 
 - 
 
 -