jas2.util
Interface HelpInterface
-
public interface HelpInterfaceHelpInterface 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 voidmodalDialogClosing(java.awt.Dialog dlg)voidmodalDialogOpening(java.awt.Dialog dlg)voidshowHelpTopic(java.lang.String helpTopicTarget, java.lang.String navigatorView, java.awt.Window owner)Shows the specified JavaHelp topic according to the display parameters provided.voidshowHelpTopic(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 filenavigatorView- 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