ru.biosoft.workbench
Class HelpRegistry
- public class HelpRegistry
| Field Summary |
final static String | FILE_ATTR |
final static String | HELP_SET Help set extension point. |
final static String | ID_ATTR |
| Method Summary |
static HelpBroker | getHelpBroker() |
static HelpSet | getMainHelpSet() |
static Map | getRegistry() The help registry maintains a collection of help system contributions
explicitly registered against the ru.biosoft.help.helpSet extension point. |
static void | initHelpBroker(String mainHelpSetId) |
static void | mergeHelpSets(HelpSet mainHS) Merges all help sets registered by plugins into the given help set. |
FILE_ATTR
public final static String FILE_ATTR
HELP_SET
public final static String HELP_SET
- Help set extension point.
ID_ATTR
public final static String ID_ATTR
getHelpBroker
public static HelpBroker getHelpBroker()
getMainHelpSet
public static HelpSet getMainHelpSet()
getRegistry
public static Map getRegistry()
- The help registry maintains a collection of help system contributions
explicitly registered against the ru.biosoft.help.helpSet extension point.
initHelpBroker
public static void initHelpBroker(String mainHelpSetId)
mergeHelpSets
public static void mergeHelpSets(HelpSet mainHS)
- Merges all help sets registered by plugins into the given help set.
to Class java.lang.String- Help set extension point.
to Class java.lang.String
to Class java.lang.String
to Class org.apache.log4j.Category
to Class java.util.HashMap
BOTTOM