uk.ac.ucl.cs.emofocl.jmibrowser.actions
Class RemoveReferenceAction
java.lang.Object
javax.swing.AbstractAction
uk.ac.ucl.cs.emofocl.jmibrowser.actions.RemoveReferenceAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, TreeSelectionListener
public class RemoveReferenceAction
- extends AbstractAction
- implements TreeSelectionListener
- Author:
- jwskene
- See Also:
- Serialized Form
RemoveReferenceAction
public RemoveReferenceAction(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)