tvouriot.elife.actions
Class ActionFind

java.lang.Object
  |
  +--tvouriot.elife.actions.MenuAction
        |
        +--tvouriot.elife.actions.ActionFind
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ActionFind
extends MenuAction

Class gérant l'action "find"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionFind()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui appelle la fenêtre Rechercher
 
Methods inherited from class tvouriot.elife.actions.MenuAction
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFind

public ActionFind()
Constructeur
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action qui appelle la fenêtre Rechercher
Parameters:
actionEvent - évènement générant l'action