Class HelpUtils
java.lang.Object
org.netbeans.api.javahelp.HelpUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
mergeCustomHelpset
(javax.help.HelpSet customHelpSet) Merge a custom helpset to the master helpset.
-
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.
-