All Packages Class Hierarchy This Package Previous Next Index
Interface dtai.gwt.GadgetHelp
- public interface GadgetHelp
GadgetHelp
-
showHelp(Gadget)
- Shows the help information for the Gadget.
-
showHelp(String)
- Shows any help information.
showHelp
public abstract void showHelp(Gadget gadget)
- Shows the help information for the Gadget.
- Parameters:
- gadget - the Gadget the help is for
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