Sample Code Set Context Help


VScopeNode node = ...

// Here we retrieve the HTML file from the jar file.
// Note how the path to the file is relative to the
// package path of the specified Tool class.
String html = ResourceManager.getLocalizedTextFile(
    "html/myhelp.html", myTool);

node.setHTMLText(html);