|
||||||||||
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 ArrayList |
children
Nodes to be appended. |
protected Node |
parent
Parent node. |
protected Node |
sibling
Next sibling node. |
Constructor Summary | |
---|---|
DOMDocumentTree.DropCompletedInfo(Node parent,
Node sibling,
ArrayList children)
|
Method Summary | |
---|---|
ArrayList |
getChildren()
Gets the children. |
Node |
getParent()
Getter for the parent. |
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 Node parent
protected ArrayList children
protected Node sibling
Constructor Detail |
---|
public DOMDocumentTree.DropCompletedInfo(Node parent, Node sibling, ArrayList children)
parent
- Parent nodechildren
- Nodes to be appendedMethod Detail |
---|
public ArrayList getChildren()
public Node getParent()
public Node getSibling()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |