All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface dtai.gwt.GadgetHelp

public interface GadgetHelp
GadgetHelp


Method Index

 o showHelp(Gadget)
Shows the help information for the Gadget.
 o showHelp(String)
Shows any help information.

Methods

 o showHelp
 public abstract void showHelp(Gadget gadget)
Shows the help information for the Gadget.

Parameters:
gadget - the Gadget the help is for
 o showHelp
 public abstract void showHelp(String helpId)
Shows any help information.

Parameters:
helpId - the arbitrary helpId

All Packages  Class Hierarchy  This Package  Previous  Next  Index