uk.ac.ucl.cs.emofocl.jmibrowser.actions
Class EvaluateOCLAction
java.lang.Object
javax.swing.AbstractAction
uk.ac.ucl.cs.emofocl.jmibrowser.actions.EvaluateOCLAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, TreeSelectionListener
public class EvaluateOCLAction
- extends AbstractAction
- implements TreeSelectionListener
- Author:
- jwskene
- See Also:
- Serialized Form
EvaluateOCLAction
public EvaluateOCLAction(JMITree parent)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
valueChanged
public void valueChanged(TreeSelectionEvent e)
- Specified by:
valueChanged
in interface TreeSelectionListener
- See Also:
TreeSelectionListener.valueChanged(javax.swing.event.TreeSelectionEvent)