easik.ui
Class Help

java.lang.Object
  extended by easik.ui.Help

public class Help
extends java.lang.Object

This class is a wrapper class for the JavaHelp documentation.

Version:
2005-08-23 Vera Ranieri
Author:
Vera Ranieri 2005

Field Summary
private  javax.help.HelpBroker _hb
          The help broker associated with this instance of Easik
private  javax.help.HelpSet _hs
          The help set associated with this instance of Easik
 
Constructor Summary
Help()
          Default constructor for the help frame.
 
Method Summary
 void showHelpIndex()
          Causes the help pane to be displayed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_hs

private javax.help.HelpSet _hs
The help set associated with this instance of Easik


_hb

private javax.help.HelpBroker _hb
The help broker associated with this instance of Easik

Constructor Detail

Help

public Help()
Default constructor for the help frame.

Method Detail

showHelpIndex

public void showHelpIndex()
Causes the help pane to be displayed.