tvouriot.elife.actions
Class ActionRecent

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

public class ActionRecent
extends MenuAction

Class gérant l'action "recent"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionRecent()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui ouvre un fichier "récent"
 
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

ActionRecent

public ActionRecent()
Constructeur
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action qui ouvre un fichier "récent"
Parameters:
actionEvent - évènement générant l'action