public final class HelpUtils extends Object
Constructor and Description |
---|
HelpUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
mergeCustomHelpset(javax.help.HelpSet customHelpSet)
Merge a custom helpset to the master helpset.
|
public static void mergeCustomHelpset(javax.help.HelpSet customHelpSet)
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.
customHelpSet
- The custom help set.