merja.gui.actions
Class ActionAbout

java.lang.Object
  extended bymerja.gui.actions.MerjaAction
      extended bymerja.gui.actions.ActionAbout
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ActionAbout
extends MerjaAction

Class gérant l'action "about"


Field Summary
 
Fields inherited from class merja.gui.actions.MerjaAction
m_frame, m_name
 
Constructor Summary
ActionAbout()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action faisant apparaitre la fenêtre about
 
Methods inherited from class merja.gui.actions.MerjaAction
getName, setFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAbout

public ActionAbout()
Constructeur

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action faisant apparaitre la fenêtre about

Parameters:
actionEvent - évènement générant l'action