tvouriot.elife.actions
Class ActionExplorer

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

public class ActionExplorer
extends MenuAction

Class gérant l'action "explorer"


Fields inherited from class tvouriot.elife.actions.MenuAction
name, parent
 
Constructor Summary
ActionExplorer()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui affiche ou cache l'explorateur de fichier
 
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

ActionExplorer

public ActionExplorer()
Constructeur
Method Detail

actionPerformed

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