instrument/JTree API Documentation

org.pvv.bcd.instrument.JTree
Class DefaultTransferInfo

java.lang.Object
  |
  +--org.pvv.bcd.instrument.JTree.DefaultTransferInfo
All Implemented Interfaces:
java.io.Serializable

public class DefaultTransferInfo
extends java.lang.Object
implements java.io.Serializable

This is the default transfer info that is used for transfering node data around. It contains some black magic that needs a bit of memory jogging to properly document. This will happen in due time. Feel free to nag about it if you really need/want it.

See Also:
Serialized Form

Constructor Summary
DefaultTransferInfo(org.pvv.bcd.instrument.JTree.SubTreeNode[] nodes, DndId dndId)
           
 
Method Summary
 DndId getDndId()
           
 org.pvv.bcd.instrument.JTree.SubTreeNode[] getNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTransferInfo

public DefaultTransferInfo(org.pvv.bcd.instrument.JTree.SubTreeNode[] nodes,
                           DndId dndId)
Method Detail

getDndId

public DndId getDndId()

getNodes

public org.pvv.bcd.instrument.JTree.SubTreeNode[] getNodes()

instrument/JTree API Documentation