Uses of Class
adams.gui.help.HelpHistoryPanel.SingleHelpFrame
-
Packages that use HelpHistoryPanel.SingleHelpFrame Package Description adams.gui.help -
-
Uses of HelpHistoryPanel.SingleHelpFrame in adams.gui.help
Fields in adams.gui.help with type parameters of type HelpHistoryPanel.SingleHelpFrame Modifier and Type Field Description protected Hashtable<String,HelpHistoryPanel.SingleHelpFrame>
HelpHistoryPanel. m_Frames
the frames that are being displayed.Methods in adams.gui.help that return HelpHistoryPanel.SingleHelpFrame Modifier and Type Method Description HelpHistoryPanel.SingleHelpFrame
HelpHistoryPanel. getFrame(String name)
Returns the frame associated with the entry.HelpHistoryPanel.SingleHelpFrame
HelpHistoryPanel. newFrame(String name)
Creates a new frame for the entry.
-