Package org.apache.batik.apps.svgbrowser
Class DOMDocumentTree.DropCompletedInfo
- java.lang.Object
-
- org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
-
- Enclosing class:
- DOMDocumentTree
public static class DOMDocumentTree.DropCompletedInfo extends java.lang.Object
Contains the info for the 'dropCompleted' Event.
-
-
Constructor Summary
Constructors Constructor Description DropCompletedInfo(org.w3c.dom.Node parent, org.w3c.dom.Node sibling, java.util.ArrayList children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList
getChildren()
Gets the children.org.w3c.dom.Node
getParent()
Getter for the parent.org.w3c.dom.Node
getSibling()
Getter for the sibling.
-