org.merlotxml.merlot
Class XMLEditorDocUI.NodeAddActionListener

java.lang.Object
  extended byorg.merlotxml.merlot.XMLEditorDocUI.NodeAddActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
XMLEditorDocUI

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

Description of the Class

Author:
Administrator

Constructor Summary
XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent)
          Constructor for the NodeAddActionListener object
XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent, MerlotDOMNode sibling, int action)
          Constructor for the NodeAddActionListener object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Description of the Method
 
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)
Constructor for the NodeAddActionListener object

Parameters:
parent - Description of the Parameter

XMLEditorDocUI.NodeAddActionListener

public XMLEditorDocUI.NodeAddActionListener(MerlotDOMNode parent,
                                            MerlotDOMNode sibling,
                                            int action)
Constructor for the NodeAddActionListener object

Parameters:
parent - Description of the Parameter
sibling - Description of the Parameter
action - Description of the Parameter
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Description of the Method

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
evt - Description of the Parameter