de.unihalle.informatik.Alida.operator.gui
Class OnlineHelpDisplayer

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.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.
 
Constructor Summary
OnlineHelpDisplayer()
           
 
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
 

Field Detail

hb

static javax.help.HelpBroker hb
Local help broker.


helpHS

private static java.lang.String helpHS
Name of helpset to be used.

Constructor Detail

OnlineHelpDisplayer

public OnlineHelpDisplayer()
Method Detail

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.