Class DOMDocumentTree.DropCompletedInfo
java.lang.Object
org.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
- Enclosing class:
DOMDocumentTree
Contains the info for the 'dropCompleted' Event.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the children.Getter for the parent.Getter for the sibling.
-
Field Details
-
parent
Parent node. -
children
Nodes to be appended. -
sibling
Next sibling node.
-
-
Constructor Details
-
DropCompletedInfo
-
-
Method Details
-
getChildren
-
getParent
-
getSibling
-