ConForM.CoopnTools.Evaluator
Class EvalAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--ConForM.CoopnTools.Evaluator.EvalAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
EvalClearAction, EvalDetailAction, EvalNewAction, EvalNextAction, EvalPerformAction, EvalQuitAction, EvalVarAction, ShowHelpAction, ShowVersionAction

public abstract class EvalAction
extends javax.swing.AbstractAction

Evaluator action.

See Also:
Serialized Form

Field Summary
protected  CoopnEnv env
           
protected  EvalFrame frame
           
protected  java.lang.String label
           
protected  char mnemo
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
EvalAction(EvalFrame frame, CoopnEnv env)
          Constructor.
 
Method Summary
 java.lang.String label()
          Get the label of the action.
 char mnemo()
          Get the mnemonic of the action.
 
Methods inherited from class javax.swing.AbstractAction
actionPerformed, addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

protected EvalFrame frame

env

protected CoopnEnv env

label

protected java.lang.String label

mnemo

protected char mnemo
Constructor Detail

EvalAction

public EvalAction(EvalFrame frame,
                  CoopnEnv env)
Constructor.
Method Detail

label

public java.lang.String label()
Get the label of the action.

mnemo

public char mnemo()
Get the mnemonic of the action.