|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.merlotxml.merlot.XMLEditorDocUI.EditorNodeListener
Description of the Class
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 |
public XMLEditorDocUI.EditorNodeListener(MerlotDOMNode parent, MerlotDOMNode node, javax.swing.JPanel edit, javax.swing.JPanel tab)
parent
- Description of the Parameternode
- Description of the Parameteredit
- Description of the Parametertab
- Description of the ParameterMethod Detail |
public void nodeInserted(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
nodeInserted
in interface MerlotNodeListener
parent
- Description of the Parameterindices
- Description of the Parameterchildren
- Description of the Parameterpublic void nodeRemoved(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
nodeRemoved
in interface MerlotNodeListener
parent
- Description of the Parameterindices
- Description of the Parameterchildren
- Description of the Parameterpublic void nodeChanged(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
nodeChanged
in interface MerlotNodeListener
parent
- Description of the Parameterindices
- Description of the Parameterchildren
- Description of the Parameterpublic void nodeDeleted(MerlotDOMNode node)
nodeDeleted
in interface MerlotNodeListener
node
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |