org.apache.batik.apps.svgbrowser
Class DOMDocumentTree.TransferData

java.lang.Object
  extended byorg.apache.batik.apps.svgbrowser.DOMDocumentTree.TransferData
Enclosing class:
DOMDocumentTree

public static class DOMDocumentTree.TransferData
extends Object

The data being transfered on dnd.


Field Summary
protected  ArrayList nodeList
          The nodes to transfer.
 
Constructor Summary
DOMDocumentTree.TransferData(ArrayList nodeList)
          Creates the TransferData.
 
Method Summary
 ArrayList getNodeList()
          Gets the nodeList.
 String getNodesAsXML()
          Gets the concatenated string representation of the nodes in the node list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeList

protected ArrayList nodeList
The nodes to transfer.

Constructor Detail

DOMDocumentTree.TransferData

public DOMDocumentTree.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 © 2009 Apache Software Foundation. All Rights Reserved.