|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.HelpDialog
Defines the class used to display the help dialogs.
Nested Class Summary | |
(package private) class |
HelpDialog.ActionHandler
Used to hide the window when the user closes it by clicking the close button. |
(package private) class |
HelpDialog.HelpWindow
The class defining the window to show the help in. |
(package private) class |
HelpDialog.Hyperactive
Class used to handle the hyperlinks in the HelpWindow. |
(package private) class |
HelpDialog.ListHandler
Defines a ListSelectionLister that is used to detect on which topic the user clicks. |
(package private) class |
HelpDialog.WindowHandler
Used to hide the window when the user closes it by clicking the close icon in the titlebar. |
Field Summary | |
private java.lang.String[] |
helpFiles
|
private javax.swing.JList |
helpTopics
|
private HelpDialog.HelpWindow |
helpWindow
|
private javax.swing.JEditorPane |
infoPane
|
Constructor Summary | |
HelpDialog()
Constructs a help dialog. |
Method Summary | |
private java.lang.String[] |
getHelpTopics()
Gets the available help topics. |
void |
showHelpText(java.lang.String helpfile)
Show the selected help file in the HelpWindow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private HelpDialog.HelpWindow helpWindow
private javax.swing.JEditorPane infoPane
private javax.swing.JList helpTopics
private java.lang.String[] helpFiles
Constructor Detail |
public HelpDialog()
Method Detail |
private java.lang.String[] getHelpTopics()
public void showHelpText(java.lang.String helpfile)
helpfile
- the file to be shown
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |