Documentation of 'jas2.util.HelpInterface' Java class
HelpInterface
jas2.util

Interface HelpInterface



  • public interface HelpInterface
    HelpInterface is the interface which users of the help system deal with.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void modalDialogClosing(java.awt.Dialog dlg) 
      void modalDialogOpening(java.awt.Dialog dlg) 
      void showHelpTopic(java.lang.String helpTopicTarget, java.lang.String navigatorView, java.awt.Window owner)
      Shows the specified JavaHelp topic according to the display parameters provided.
      void showHelpTopic(java.lang.String helpTopicTarget, java.awt.Window owner)
      Shows the specified JavaHelp topic with the TOC visible
    • Method Detail

      • showHelpTopic

        void showHelpTopic(java.lang.String helpTopicTarget,
                           java.awt.Window owner)
        Shows the specified JavaHelp topic with the TOC visible
        Parameters:
        helpTopicTarget - the JavaHelp XML target name which maps to the .html page in the map file
      • showHelpTopic

        void showHelpTopic(java.lang.String helpTopicTarget,
                           java.lang.String navigatorView,
                           java.awt.Window owner)
        Shows the specified JavaHelp topic according to the display parameters provided.
        Parameters:
        helpTopicTarget - the JavaHelp XML target name which maps to the .html page in the map file
        navigatorView - the string specifying which of the three views to have visible
      • modalDialogOpening

        void modalDialogOpening(java.awt.Dialog dlg)
      • modalDialogClosing

        void modalDialogClosing(java.awt.Dialog dlg)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.