org.merlotxml.merlot
Class MerlotLibrary.EditNodeAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.merlotxml.merlot.MerlotLibrary.EditNodeAction
Enclosing class:
MerlotLibrary

protected class MerlotLibrary.EditNodeAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
MerlotLibrary.EditNodeAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerlotLibrary.EditNodeAction

public MerlotLibrary.EditNodeAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Overrides:
actionPerformed in class javax.swing.AbstractAction