org.apache.batik.apps.svgbrowser
protected class DOMViewer.Panel.NodeInsertionHandler extends Object implements EventListener
Method Summary | |
---|---|
protected int | findIndexToInsert(DefaultMutableTreeNode parentNode, DefaultMutableTreeNode newParentNode)
Compares the children of the two tree nodes and returns the index
of the first difference.
|
void | handleEvent(Event evt) |
Parameters: parentNode The old tree node newParentNode The new tree node
Returns: first child that differs