net.javaprog.ui.wizard
Class JavaHelpSupport

java.lang.Object
  |
  +--net.javaprog.ui.wizard.JavaHelpSupport
All Implemented Interfaces:
ActionListener, EventListener

public class JavaHelpSupport
extends Object
implements ActionListener

Provides for a seamless integration of jwizz with JavaHelp.

Since:
0.1.1

Field Summary
protected  javax.help.HelpBroker hb
           
protected  Wizard wizard
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
static void enableHelp(Wizard wizard, javax.help.HelpBroker hb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hb

protected javax.help.HelpBroker hb

wizard

protected Wizard wizard
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

enableHelp

public static void enableHelp(Wizard wizard,
                              javax.help.HelpBroker hb)