ConForM.CoopnTools.Constraint
Class ConsAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--ConForM.CoopnTools.Constraint.ConsAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
ConsCheckAction, ConsCopyAction, ConsCutAction, ConsGenerateAction, ConsPasteAction, ConsRedoAction, ConsSaveAction, ConsUndoAction

public abstract class ConsAction
extends javax.swing.AbstractAction

Editor action.

See Also:
Serialized Form

Field Summary
protected  ConsEnv env
           
 ConForM.CoopnTools.Constraint.ConstraintDisplay 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
ConsAction(ConForM.CoopnTools.Constraint.ConstraintDisplay frame, ConsEnv 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

public ConForM.CoopnTools.Constraint.ConstraintDisplay frame

env

protected ConsEnv env

label

protected java.lang.String label

mnemo

protected char mnemo
Constructor Detail

ConsAction

public ConsAction(ConForM.CoopnTools.Constraint.ConstraintDisplay frame,
                  ConsEnv 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.