|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.apps.svgbrowser.DOMDocumentTree.DropCompletedInfo
public static class DOMDocumentTree.DropCompletedInfo
Contains the info for the 'dropCompleted' Event.
Field Summary | |
---|---|
protected java.util.ArrayList |
children
Nodes to be appended. |
protected org.w3c.dom.Node |
parent
Parent node. |
protected org.w3c.dom.Node |
sibling
Next sibling node. |
Constructor Summary | |
---|---|
DOMDocumentTree.DropCompletedInfo(org.w3c.dom.Node parent,
org.w3c.dom.Node sibling,
java.util.ArrayList children)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.Node parent
protected java.util.ArrayList children
protected org.w3c.dom.Node sibling
Constructor Detail |
---|
public DOMDocumentTree.DropCompletedInfo(org.w3c.dom.Node parent, org.w3c.dom.Node sibling, java.util.ArrayList children)
parent
- Parent nodechildren
- Nodes to be appendedMethod Detail |
---|
public java.util.ArrayList getChildren()
public org.w3c.dom.Node getParent()
public org.w3c.dom.Node getSibling()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |