org.merlotxml.merlot
Class XMLEditorDocUI.ShowNodeActionListener

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

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

Description of the Class

Author:
Administrator

Constructor Summary
XMLEditorDocUI.ShowNodeActionListener(MerlotDOMNode node)
          Constructor for the ShowNodeActionListener 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.ShowNodeActionListener

public XMLEditorDocUI.ShowNodeActionListener(MerlotDOMNode node)
Constructor for the ShowNodeActionListener object

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