uk.ac.starlink.datanode.tree
Class DataNodeTransferable

java.lang.Object
  extended by uk.ac.starlink.datanode.tree.BasicTransferable
      extended by uk.ac.starlink.datanode.tree.DataNodeTransferable
All Implemented Interfaces:
Transferable

public class DataNodeTransferable
extends BasicTransferable

Transferable object used for transfer of DataNodes.


Field Summary
static String VOTABLE_MIMETYPE
           
 
Constructor Summary
DataNodeTransferable(DataNode node)
          Construct a new transferable from an existing data node.
 
Method Summary
 DataNode getDataNode()
          Returns the node associated with this transferable.
 
Methods inherited from class uk.ac.starlink.datanode.tree.BasicTransferable
addDataSource, addLocalObject, addSerializableObject, addString, addURL, getTransferData, getTransferDataFlavors, isDataFlavorSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOTABLE_MIMETYPE

public static final String VOTABLE_MIMETYPE
See Also:
Constant Field Values
Constructor Detail

DataNodeTransferable

public DataNodeTransferable(DataNode node)
Construct a new transferable from an existing data node.

Parameters:
node - the datanode
Method Detail

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.