Package uk.ac.starlink.datanode.tree
Class DataNodeTransferable
java.lang.Object
uk.ac.starlink.datanode.tree.BasicTransferable
uk.ac.starlink.datanode.tree.DataNodeTransferable
- All Implemented Interfaces:
Transferable
Transferable object used for transfer of
DataNode
s.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataNodeTransferable
(DataNode node) Construct a new transferable from an existing data node. -
Method Summary
Modifier and TypeMethodDescriptionReturns the node associated with this transferable.Methods inherited from class uk.ac.starlink.datanode.tree.BasicTransferable
addDataSource, addLocalObject, addSerializableObject, addString, addURL, getTransferData, getTransferDataFlavors, isDataFlavorSupported
-
Field Details
-
VOTABLE_MIMETYPE
- See Also:
-
-
Constructor Details
-
DataNodeTransferable
Construct a new transferable from an existing data node.- Parameters:
node
- the datanode
-
-
Method Details
-
getDataNode
Returns the node associated with this transferable.- Returns:
- the node
-