Uses of Class
adams.gui.help.HelpContainer
-
Packages that use HelpContainer Package Description adams.gui.help -
-
Uses of HelpContainer in adams.gui.help
Methods in adams.gui.help that return HelpContainer Modifier and Type Method Description static HelpContainer
AbstractHelpGenerator. generateHelp(Class cls, UserMode userMode)
Generates help for the specified class.static HelpContainer
AbstractHelpGenerator. generateHelp(Object obj, UserMode userMode)
Generates help for the specified object.static HelpContainer
AbstractHelpGenerator. generateHelp(String clsName, UserMode userMode)
Generates help for the specified class.HelpContainer
HelpHistoryPanel. removeEntry(String name)
Removes the specified entry.Methods in adams.gui.help with parameters of type HelpContainer Modifier and Type Method Description void
HelpFrame. showHelp(String key, HelpContainer cont)
Shows the help.Constructor parameters in adams.gui.help with type arguments of type HelpContainer Constructor Description SingleHelpFrame(AbstractNamedHistoryPanel<HelpContainer> owner, String name)
Initializes the frame.
-