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.ObjectThe data being transfered on dnd.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayListnodeListThe 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.ArrayListgetNodeList()Gets the nodeList.java.lang.StringgetNodesAsXML()Gets the concatenated string representation of the nodes in the node list.
-