public final class HelpUtils
extends java.lang.Object
| Constructor | Description |
|---|---|
HelpUtils() |
| Modifier and Type | Method | 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.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.