org.merlotxml.merlot
Class XMLEditorDoc.DocPasteBeforeAction

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

protected class XMLEditorDoc.DocPasteBeforeAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

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

XMLEditorDoc.DocPasteBeforeAction

public XMLEditorDoc.DocPasteBeforeAction()
Method Detail

actionPerformed

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