Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nodeList

        protected java.util.ArrayList nodeList
        The nodes to transfer.
    • Constructor Detail

      • TransferData

        public TransferData​(java.util.ArrayList nodeList)
        Creates the TransferData.
        Parameters:
        nodeList - the nodeList
    • Method Detail

      • getNodeList

        public java.util.ArrayList getNodeList()
        Gets the nodeList.
        Returns:
        the nodeList
      • getNodesAsXML

        public java.lang.String getNodesAsXML()
        Gets the concatenated string representation of the nodes in the node list. (To support string data flavor)