org.merlotxml.merlot
Class XMLEditorDocUI.NodeAddActionListener

java.lang.Object
  |
  +--org.merlotxml.merlot.XMLEditorDocUI.NodeAddActionListener
Enclosing class:
XMLEditorDocUI

protected class XMLEditorDocUI.NodeAddActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent)
           
XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent, MerlotDOMNode sibling, int action)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEditorDocUI.NodeAddActionListener

public XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent)

XMLEditorDocUI.NodeAddActionListener

public XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent,
                                            MerlotDOMNode sibling,
                                            int action)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener