void setHelp(int helpType, String helpFile)
|
Sets the help type and the path to the HTML help file.
helpType
0
|
Context sensitive JavaHelp, this is the default and assumes the helpfiles are in the jar file.
|
1
|
Context sensitive help using HTML page provided in the SDK.
|
2
|
Point to a HTML page that is not context sensitive. This can be the files provided by the SDK or one of your own.
|
helpFile
The path to the HTML help file or the jar containing JavaHelp (usually MFStyleEditor.jar or MFStructureEditor.jar)
|