org.merlotxml.merlot
Class XMLEditorDocUI.EditorNodeListener

java.lang.Object
  extended byorg.merlotxml.merlot.XMLEditorDocUI.EditorNodeListener
All Implemented Interfaces:
MerlotNodeListener
Enclosing class:
XMLEditorDocUI

public class XMLEditorDocUI.EditorNodeListener
extends java.lang.Object
implements MerlotNodeListener

Description of the Class

Author:
Administrator

Constructor Summary
XMLEditorDocUI.EditorNodeListener(MerlotDOMNode parent, MerlotDOMNode node, javax.swing.JPanel edit, javax.swing.JPanel tab)
          Constructor for the EditorNodeListener object
 
Method Summary
 void nodeChanged(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
          Description of the Method
 void nodeDeleted(MerlotDOMNode node)
          Description of the Method
 void nodeInserted(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
          Description of the Method
 void nodeRemoved(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
          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.EditorNodeListener

public XMLEditorDocUI.EditorNodeListener(MerlotDOMNode parent,
                                         MerlotDOMNode node,
                                         javax.swing.JPanel edit,
                                         javax.swing.JPanel tab)
Constructor for the EditorNodeListener object

Parameters:
parent - Description of the Parameter
node - Description of the Parameter
edit - Description of the Parameter
tab - Description of the Parameter
Method Detail

nodeInserted

public void nodeInserted(MerlotDOMNode parent,
                         int[] indices,
                         MerlotDOMNode[] children)
Description of the Method

Specified by:
nodeInserted in interface MerlotNodeListener
Parameters:
parent - Description of the Parameter
indices - Description of the Parameter
children - Description of the Parameter

nodeRemoved

public void nodeRemoved(MerlotDOMNode parent,
                        int[] indices,
                        MerlotDOMNode[] children)
Description of the Method

Specified by:
nodeRemoved in interface MerlotNodeListener
Parameters:
parent - Description of the Parameter
indices - Description of the Parameter
children - Description of the Parameter

nodeChanged

public void nodeChanged(MerlotDOMNode parent,
                        int[] indices,
                        MerlotDOMNode[] children)
Description of the Method

Specified by:
nodeChanged in interface MerlotNodeListener
Parameters:
parent - Description of the Parameter
indices - Description of the Parameter
children - Description of the Parameter

nodeDeleted

public void nodeDeleted(MerlotDOMNode node)
Description of the Method

Specified by:
nodeDeleted in interface MerlotNodeListener
Parameters:
node - Description of the Parameter