Package docking.help
Class TestHelpService
- java.lang.Object
-
- docking.help.HelpManager
-
- docking.help.TestHelpService
-
- All Implemented Interfaces:
HelpService
public class TestHelpService extends HelpManager
-
-
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 void
install(java.net.URL masterHelpSetUrl)
-
Methods inherited from class docking.help.HelpManager
addHelpSet, clearHelp, excludeFromHelp, getHelpLocation, getInvalidHelpLocations, getMasterHelpSet, helpExists, isExcludedFromHelp, mergePendingHelpSets, registerHelp, registerHelp, showHelp, showHelp
-
-