tvouriot.elife.actions
Class ActionPaste

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

public class ActionPaste
extends MenuAction

Class gérant l'action "paste"


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

ActionPaste

public ActionPaste()
Constructeur
Method Detail

actionPerformed

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