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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hb
protected javax.help.HelpBroker hb
wizard
protected Wizard wizard
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed in interface ActionListener
enableHelp
public static void enableHelp(Wizard wizard,
javax.help.HelpBroker hb)