tvouriot.elife.actions
Class ActionSelectAll

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

public class ActionSelectAll
extends MenuAction

Class gérant l'action "selectall"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionSelectAll()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui selectionne tout le texte
 
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

ActionSelectAll

public ActionSelectAll()
Constructeur
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action qui selectionne tout le texte
Parameters:
actionEvent - évènement générant l'action