org.apache.batik.apps.svgbrowser

Class DOMDocumentTree.TransferData

public static class DOMDocumentTree.TransferData extends Object

The data being transfered on dnd.
Field Summary
protected ArrayListnodeList
The nodes to transfer.
Constructor Summary
TransferData(ArrayList nodeList)
Creates the TransferData.
Method Summary
ArrayListgetNodeList()
Gets the nodeList.
StringgetNodesAsXML()
Gets the concatenated string representation of the nodes in the node list.

Field Detail

nodeList

protected ArrayList nodeList
The nodes to transfer.

Constructor Detail

TransferData

public TransferData(ArrayList nodeList)
Creates the TransferData.

Parameters: nodeList the nodeList

Method Detail

getNodeList

public ArrayList getNodeList()
Gets the nodeList.

Returns: the nodeList

getNodesAsXML

public String getNodesAsXML()
Gets the concatenated string representation of the nodes in the node list. (To support string data flavor)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.