public class HelpDialog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.io.File |
toc_file |
Constructor and Description |
---|
HelpDialog() |
Modifier and Type | Method and Description |
---|---|
void |
hyperlinkClicked(javax.swing.event.HyperlinkEvent arg0)
Invoked if a Hyperlink is clicked on the editorPane.
|
void |
popupHelp()
Builds up the frame, initializes the tree and makes them appear on
screen.
|
void |
popupHelp(int location)
Builds up the frame, initializes the tree and makes them appear on
screen.
|
void |
popupHelp(java.lang.Object parent) |
static void |
popUpHelpIfItsApplicationsFirstRun()
Called at startup Opens the Help if the programm is started for the first
time
|
void |
treeClicked(javax.swing.event.TreeSelectionEvent arg0)
Called if an Event gets fired from the JTree.
|
public void popupHelp()
public void popupHelp(int location)
filename
- - the filepath of the page the dialog should be showing
initiallypublic void treeClicked(javax.swing.event.TreeSelectionEvent arg0)
arg0
- public void hyperlinkClicked(javax.swing.event.HyperlinkEvent arg0)
arg0
- public static void popUpHelpIfItsApplicationsFirstRun()
public void popupHelp(java.lang.Object parent)