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
public class DataNodeTransferable
- extends BasicTransferable
Transferable object used for transfer of DataNode
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VOTABLE_MIMETYPE
public static final String VOTABLE_MIMETYPE
- See Also:
- Constant Field Values
DataNodeTransferable
public DataNodeTransferable(DataNode node)
- Construct a new transferable from an existing data node.
- Parameters:
node
- the datanode
getDataNode
public DataNode getDataNode()
- Returns the node associated with this transferable.
- Returns:
- the node
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.