org.apache.batik.apps.svgbrowser

Class DOMDocumentTree.DropCompletedInfo

public static class DOMDocumentTree.DropCompletedInfo extends Object

Contains the info for the 'dropCompleted' Event.
Field Summary
protected ArrayListchildren
Nodes to be appended.
protected Nodeparent
Parent node.
protected Nodesibling
Next sibling node.
Constructor Summary
DropCompletedInfo(Node parent, Node sibling, ArrayList children)
Method Summary
ArrayListgetChildren()
Gets the children.
NodegetParent()
Getter for the parent.
NodegetSibling()
Getter for the sibling.

Field Detail

children

protected ArrayList children
Nodes to be appended.

parent

protected Node parent
Parent node.

sibling

protected Node sibling
Next sibling node.

Constructor Detail

DropCompletedInfo

public DropCompletedInfo(Node parent, Node sibling, ArrayList children)

Parameters: parent Parent node children Nodes to be appended

Method Detail

getChildren

public ArrayList getChildren()
Gets the children.

Returns: the children

getParent

public Node getParent()
Getter for the parent.

Returns: the parent

getSibling

public Node getSibling()
Getter for the sibling.

Returns: the sibling

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.