de.unihalle.informatik.Alida.gui
Class OnlineHelpDisplayer
java.lang.Object
de.unihalle.informatik.Alida.gui.OnlineHelpDisplayer
public class OnlineHelpDisplayer
- extends java.lang.Object
Convenience class for context-sensitive online help.
- Author:
- moeller
Field Summary |
(package private) static javax.help.HelpBroker |
hb
Local help broker. |
private static java.lang.String |
helpHS
Name of helpset to be used. |
Method Summary |
static java.awt.event.ActionListener |
getHelpActionListener(java.awt.Component c,
java.lang.String l)
Get an ActionListener linked to the Alida online help system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hb
static javax.help.HelpBroker hb
- Local help broker.
helpHS
private static java.lang.String helpHS
- Name of helpset to be used.
OnlineHelpDisplayer
public OnlineHelpDisplayer()
getHelpActionListener
public static java.awt.event.ActionListener getHelpActionListener(java.awt.Component c,
java.lang.String l)
- Get an ActionListener linked to the Alida online help system.
- Parameters:
c
- Component to which to attach the listener (buttons, menu items).l
- Label of the page in the helpset to be displayed.
- Returns:
- Listener for the component.