Class HelpUtils

java.lang.Object
org.netbeans.api.javahelp.HelpUtils

public final class HelpUtils extends Object
Utility methods for helpsets.
Since:
javahelp/2.34
  • Constructor Details

    • HelpUtils

      public HelpUtils()
  • Method Details

    • mergeCustomHelpset

      public static void mergeCustomHelpset(javax.help.HelpSet customHelpSet)
      Merge a custom helpset to the master helpset.

      Merge helpsets registered using e.g. @ServiceProvider(service=HelpSet.class) to the master helpset.

      You may need this method if you create helpsets that use some special sources of data, e.g. the web. See bug 234144.

      Parameters:
      customHelpSet - The custom help set.