org.merlotxml.merlot
Class MerlotLibrary.DeleteSectionAction

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

protected class MerlotLibrary.DeleteSectionAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
MerlotLibrary.DeleteSectionAction()
           
 
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.DeleteSectionAction

public MerlotLibrary.DeleteSectionAction()
Method Detail

actionPerformed

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