org.merlotxml.merlot
Class XMLEditorDocUI.NodeAddSpecialPIActionListener

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

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

Description of the Class

Author:
Administrator

Constructor Summary
XMLEditorDocUI.NodeAddSpecialPIActionListener(MerlotDOMNode parent, int where)
          Constructor for the NodeAddSpecialPIActionListener 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.NodeAddSpecialPIActionListener

public XMLEditorDocUI.NodeAddSpecialPIActionListener(MerlotDOMNode parent,
                                                     int where)
Constructor for the NodeAddSpecialPIActionListener object

Parameters:
parent - 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