tvouriot.elife.actions
Class ActionTools

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

public class ActionTools
extends MenuAction

Class gérant l'action "tools"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionTools()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui affiche ou cache le panneau d'outils
 
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

ActionTools

public ActionTools()
Constructeur
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action qui affiche ou cache le panneau d'outils
Parameters:
actionEvent - évènement générant l'action