Package hec.gui

Class HelpDialog

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

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

    • HelpDialog

      public HelpDialog(Frame owner, String title)
      Deprecated.
    • HelpDialog

      public HelpDialog(Frame owner, String title, boolean modal)
      Deprecated.
    • HelpDialog

      public HelpDialog(Frame owner, boolean modal)
      Deprecated.
    • HelpDialog

      public HelpDialog(Dialog owner, String title)
      Deprecated.
    • HelpDialog

      public HelpDialog(Dialog owner, String title, boolean modal)
      Deprecated.
    • HelpDialog

      public HelpDialog(Dialog owner, boolean modal)
      Deprecated.
    • HelpDialog

      public HelpDialog()
      Deprecated.
    • HelpDialog

      public HelpDialog(Frame owner)
      Deprecated.
    • HelpDialog

      public HelpDialog(Dialog owner)
      Deprecated.
  • Method Details

    • buildHelpSet

      @Deprecated 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.