tvouriot.elife.actions
Class ActionFindNext

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

public class ActionFindNext
extends MenuAction

Class gérant l'action "findnext"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionFindNext()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Action qui recherche le mot suivant
 
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

ActionFindNext

public ActionFindNext()
Constructeur
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Action qui recherche le mot suivant
Parameters:
actionEvent - évènement générant l'action