com.digi.config.util
Class HelpDisplay

java.lang.Object
  extended bycom.digi.config.util.HelpDisplay

public class HelpDisplay
extends java.lang.Object

HelpDisplay is a utility class to display html help text based on a key to a help bundle.


Field Summary
(package private) static java.applet.Applet applet
           
 
Constructor Summary
HelpDisplay()
           
 
Method Summary
static void setApplet(java.applet.Applet applet)
           
static void showHelp(java.lang.String key)
          This method shows the html file in a new browser window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applet

static java.applet.Applet applet
Constructor Detail

HelpDisplay

public HelpDisplay()
Method Detail

setApplet

public static void setApplet(java.applet.Applet applet)

showHelp

public static void showHelp(java.lang.String key)
This method shows the html file in a new browser window

Parameters:
key - Key for the resource file, the value will be the html file to display


Copyright © 2001-2002 Digi International. All Rights Reserved.