| java.lang.Object org.columba.core.help.HelpManager
HelpManager | public class HelpManager (Code) | | author: fdietz author: This class manages all JavaHelp relevant helpsets, its also encapsulates the author: broker which is used for context sensitiv help. This class is a singleton. |
enableHelpKey | public void enableHelpKey(Component c, String helpID)(Code) | | Enables the F1 help key on components.
|
enableHelpOnButton | public void enableHelpOnButton(Component c, String helpID)(Code) | | Associate button with topic ID.
Topic ID's are listed in jhelpmap.jhm in package lib/usermanual.jar
Parameters: c - component Parameters: helpID - helpID |
getHelpBroker | public HelpBroker getHelpBroker()(Code) | | |
getInstance | public static HelpManager getInstance()(Code) | | Returns the singleton help manager instance.
|
openHelpFrame | public void openHelpFrame()(Code) | | Opens the help frame.
|
|
|