Package hec.gui

Class HelpFrame

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

@Deprecated public class HelpFrame extends RmaJFrame
Deprecated.
just use RmaJFrame instead. JavaHelp has been removed from the framework so this class is just here for backwards compatibility.
See Also:
  • Constructor Details

    • HelpFrame

      public HelpFrame()
      Deprecated.
    • HelpFrame

      public HelpFrame(String title)
      Deprecated.
  • Method Details

    • buildHelpSet

      protected void buildHelpSet(String helpOverviewConstant, String ConfigurationManagerHelpString)
      Deprecated.
    • setHelpSetLabel

      @Deprecated protected void setHelpSetLabel(String helpsetLabel)
      Deprecated.
      sets the label of the main helpset
    • setHelpSetName

      @Deprecated protected void setHelpSetName(String helpsetName)
      Deprecated.
      sets the name of the main helpset
    • getHelpSetLabel

      @Deprecated protected String getHelpSetLabel()
      Deprecated.
      get the label of the main helpset
      Returns:
      HELPSET_NAME
    • getHelpSetName

      @Deprecated protected String getHelpSetName()
      Deprecated.
      get the name of the main helpset
      Returns:
      HELPSET_NAME
    • getApplicationHelpSetName

      protected String getApplicationHelpSetName()
      Deprecated.
      return the name of the application help set. This is the name that is passed to Help.findHelpSet(Classloader, helpsetName) Subclasses that want to provide application help should override this method.
      Returns:
      null by default
    • getAppOverviewHelpMenu

      protected JMenuItem getAppOverviewHelpMenu()
      Deprecated.
      return the JMenuItem that is for Application Overview Help. This is a MenuItem that is added to the Help Menu for Application Overview help.
      Subclasses that want to provide application overview help should override this method.
      Returns:
      null by default
    • getAppOverviewHelpFilename

      protected String getAppOverviewHelpFilename()
      Deprecated.
      return the name of the file that holds the Application overview help file. This is the name passed to CSH.setHelpIDString(JMenuItem, helpFilename)
      Subclasses that want to provide application overview help should override this method.
      Returns:
      null by default.
    • getHelpMenu

      public JMenu getHelpMenu()
      Deprecated.
    • addHelpMenu

      public void addHelpMenu(JMenuItem helpMenuItem)
      Deprecated.