net.sf.dc.helpsystem
Class JavaHelp

java.lang.Object
  extended bynet.sf.dc.helpsystem.JavaHelp

public class JavaHelp
extends java.lang.Object

JavaHelp implementation. The help system is based on html pages with their own unique ID.

Since:
1.4
Version:
1.6
Author:
Robert Jan van der Waals

Constructor Summary
JavaHelp()
          Initializes the Java Help.
 
Method Summary
static void setHelpIndex(java.lang.String helpIndex)
          Sets the current help id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaHelp

public JavaHelp()
Initializes the Java Help. The helpfiles are retrieved using the Classloader

Method Detail

setHelpIndex

public static void setHelpIndex(java.lang.String helpIndex)
Sets the current help id. based on this ID the correct html page is displayed

Parameters:
helpIndex -