public class TrianaHelpHandler
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
helpFile |
protected javax.swing.JFrame |
parent |
protected java.lang.String |
title |
Constructor and Description |
---|
TrianaHelpHandler(javax.swing.JFrame parent,
java.lang.String helpFile,
java.lang.String title)
The main function for the TrianaHelp application
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
An action listener which opens the help window, sets the title and index pages and loads the appropriate page.
|
void |
initFrame(java.lang.String helpFile,
java.lang.String title)
Initialises the help window.
|
protected java.lang.String helpFile
protected java.lang.String title
protected javax.swing.JFrame parent
public TrianaHelpHandler(javax.swing.JFrame parent, java.lang.String helpFile, java.lang.String title)
public void initFrame(java.lang.String helpFile, java.lang.String title)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener