tvouriot.elife.actions
Class MenuAction

java.lang.Object
  |
  +--tvouriot.elife.actions.MenuAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
ActionAbout, ActionClearRecents, ActionClose, ActionCloseAll, ActionCopy, ActionCut, ActionDoc, ActionExit, ActionExplorer, ActionFind, ActionFindNext, ActionGoto, ActionNew, ActionOpen, ActionOptions, ActionPaste, ActionRecent, ActionRedo, ActionReplace, ActionSave, ActionSaveAll, ActionSaveAs, ActionSelectAll, ActionStatusbar, ActionSyntax, ActionToolbar, ActionUndo

public abstract class MenuAction
extends java.lang.Object
implements java.awt.event.ActionListener

Class abstraite permettant de definir une action


Field Summary
protected  java.lang.String name
          Nom de l'action
static ElifeFrame parent
          Fenêtre principale de l'application
 
Constructor Summary
MenuAction(java.lang.String name)
          Création d'une nouvelle action designée par son nom
 
Method Summary
 java.lang.String getName()
          Retourne le nom de l'action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Field Detail

parent

public static ElifeFrame parent
Fenêtre principale de l'application

name

protected java.lang.String name
Nom de l'action
Constructor Detail

MenuAction

public MenuAction(java.lang.String name)
Création d'une nouvelle action designée par son nom
Parameters:
name - nom de l'action
Method Detail

getName

public java.lang.String getName()
Retourne le nom de l'action
Returns:
nom de l'action