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
-
GadgetDialogHelp(Hashtable)
- GadgetDialogHelp
-
showHelp(Gadget)
- shows user the help text
-
showHelp(String)
- Shows any help information.
GadgetDialogHelp
public GadgetDialogHelp(Hashtable helpHash)
- GadgetDialogHelp
- Parameters:
- helpHash - - TBD
showHelp
public void showHelp(Gadget gadget)
- shows user the help text
- Parameters:
- gadget - - TBD
showHelp
public void showHelp(String helpId)
- Shows any help information.
- Parameters:
- helpId - the arbitrary helpId
All Packages Class Hierarchy This Package Previous Next Index