jas.util
Interface HelpInterface


public interface HelpInterface

HelpInterface is the interface which users of the help system deal with.


Method Summary
 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

public 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

public 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

public void modalDialogOpening(java.awt.Dialog dlg)

modalDialogClosing

public void modalDialogClosing(java.awt.Dialog dlg)