ConForM.CoopnTools.Constraint
Class NodeAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--ConForM.CoopnTools.Constraint.NodeAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- Direct Known Subclasses:
- NodeAddAxiomAction, NodeAddAxiomFieldAction, NodeAddBodyAction, NodeAddConsAction, NodeAddConsFieldAction, NodeAddInterfaceAction, NodeAddVariableAction, NodeAddVariableFieldAction, NodeOpenAllAction, NodeRemoveAction, NodeShowEditAction
- public abstract class NodeAction
- extends javax.swing.AbstractAction
ConstraintTree Node action.
- See Also:
- Serialized Form
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 |
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 |
node
protected ConstraintNode node
env
protected ConsEnv env
label
protected java.lang.String label
mnemo
protected char mnemo
NodeAction
public NodeAction(ConstraintNode node,
ConsEnv env)
- Constructor.
label
public java.lang.String label()
- Get the label of the action.
mnemo
public char mnemo()
- Get the mnemonic of the action.
cloneAction
public java.lang.Object cloneAction(ConstraintNode n)