ch.hearc.I04_05s08.GUI
Class OpenHelp

java.lang.Object
  extended bych.hearc.I04_05s08.GUI.OpenHelp
All Implemented Interfaces:
ActionListener, EventListener

public class OpenHelp
extends Object
implements ActionListener

Displaying the help

Author:
Blanc, Yoan
Licence:
MIT
Copyright:
2005 Yoan Blanc, HE-ARC Ing�nierie

Field Summary
private  String filename
          The filename
private  Help manual
          The manual
private  String title
          The title
 
Constructor Summary
OpenHelp(String title, String filename)
          Build a new help file
 
Method Summary
 void actionPerformed(ActionEvent e)
          Open the help
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manual

private Help manual
The manual


filename

private String filename
The filename


title

private String title
The title

Constructor Detail

OpenHelp

public OpenHelp(String title,
                String filename)
Build a new help file

Parameters:
title - the title
filename - the filename of help page
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Open the help

Specified by:
actionPerformed in interface ActionListener


A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC