Package org.apache.batik.apps.svgbrowser
Class DOMDocumentTree.TransferData
- java.lang.Object
-
- org.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferData
-
- Enclosing class:
- DOMDocumentTree
public static class DOMDocumentTree.TransferData extends java.lang.Object
The data being transfered on dnd.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayList
nodeList
The nodes to transfer.
-
Constructor Summary
Constructors Constructor Description TransferData(java.util.ArrayList nodeList)
Creates the TransferData.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList
getNodeList()
Gets the nodeList.java.lang.String
getNodesAsXML()
Gets the concatenated string representation of the nodes in the node list.
-