tvouriot.elife.actions
Class ActionCopy

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

public class ActionCopy
extends MenuAction

Class gérant l'action "copy"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionCopy()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui effectue un copier
 
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

ActionCopy

public ActionCopy()
Constructeur
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action qui effectue un copier
Parameters:
actionEvent - évènement générant l'action