HEADER

ru.biosoft.workbench
Class HelpRegistry


public class HelpRegistry


Field Summary
 final static StringFILE_ATTR
           
 final static StringHELP_SET
          Help set extension point.
 final static StringID_ATTR
           

Method Summary
 static HelpBrokergetHelpBroker()
           
 static HelpSetgetMainHelpSet()
           
 static MapgetRegistry()
          The help registry maintains a collection of help system contributions explicitly registered against the ru.biosoft.help.helpSet extension point.
 static voidinitHelpBroker(String mainHelpSetId)
           
 static voidmergeHelpSets(HelpSet mainHS)
          Merges all help sets registered by plugins into the given help set.

Field Detail

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
Method Detail

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.

Association Links

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


FOOTER

BOTTOM