tvouriot.elife.actions
Class ActionSaveAs

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

public class ActionSaveAs
extends MenuAction

Class gérant l'action "saveas"


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

ActionSaveAs

public ActionSaveAs()
Constructeur
Method Detail

actionPerformed

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