ConForM.CoopnTools.Edit
Class EditAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--ConForM.CoopnTools.Edit.EditAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
EditCopyAction, EditCutAction, EditPasteAction, EditRedoAction, EditSaveAction, EditUndoAction

public abstract class EditAction
extends javax.swing.AbstractAction

Editor action.

See Also:
Serialized Form

Field Summary
protected  CoopnEnv env
           
protected  ConForM.CoopnTools.Edit.EditDisplay 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
EditAction(ConForM.CoopnTools.Edit.EditDisplay 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 ConForM.CoopnTools.Edit.EditDisplay frame

env

protected CoopnEnv env

label

protected java.lang.String label

mnemo

protected char mnemo
Constructor Detail

EditAction

public EditAction(ConForM.CoopnTools.Edit.EditDisplay 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.