Package docking.help
Class Help
- java.lang.Object
 - 
- docking.help.Help
 
 
- 
public class Help extends java.lang.ObjectCreates the HelpManager for the application. This is just a glorified global variable for the application. 
- 
- 
Constructor Summary
Constructors Constructor Description Help() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HelpServicegetHelpService()Get the help service 
 - 
 
- 
- 
Method Detail
- 
getHelpService
public static HelpService getHelpService()
Get the help service- Returns:
 - null if the call to setMainHelpSetURL() failed
 
 
 - 
 
 -