All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.GadgetDialogHelp

java.lang.Object
   |
   +----dtai.gwt.GadgetDialogHelp

public class GadgetDialogHelp
extends Object
implements GadgetHelp
GadgetDialogHelp


Constructor Index

 o GadgetDialogHelp(Hashtable)
GadgetDialogHelp

Method Index

 o showHelp(Gadget)
shows user the help text
 o showHelp(String)
Shows any help information.

Constructors

 o GadgetDialogHelp
 public GadgetDialogHelp(Hashtable helpHash)
GadgetDialogHelp

Parameters:
helpHash - - TBD

Methods

 o showHelp
 public void showHelp(Gadget gadget)
shows user the help text

Parameters:
gadget - - TBD
 o showHelp
 public void showHelp(String helpId)
Shows any help information.

Parameters:
helpId - the arbitrary helpId

All Packages  Class Hierarchy  This Package  Previous  Next  Index