fr.orsay.lri.varna.components
Class ReorderableJList.RJLTransferable

java.lang.Object
  extended by fr.orsay.lri.varna.components.ReorderableJList.RJLTransferable
All Implemented Interfaces:
Transferable
Enclosing class:
ReorderableJList

private class ReorderableJList.RJLTransferable
extends Object
implements Transferable


Field Summary
(package private)  Object object
           
 
Constructor Summary
ReorderableJList.RJLTransferable(Object o)
           
 
Method Summary
 Object getTransferData(DataFlavor df)
           
 DataFlavor[] getTransferDataFlavors()
           
 boolean isDataFlavorSupported(DataFlavor df)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

Object object
Constructor Detail

ReorderableJList.RJLTransferable

public ReorderableJList.RJLTransferable(Object o)
Method Detail

getTransferData

public Object getTransferData(DataFlavor df)
                       throws UnsupportedFlavorException,
                              IOException
Specified by:
getTransferData in interface Transferable
Throws:
UnsupportedFlavorException
IOException

isDataFlavorSupported

public boolean isDataFlavorSupported(DataFlavor df)
Specified by:
isDataFlavorSupported in interface Transferable

getTransferDataFlavors

public DataFlavor[] getTransferDataFlavors()
Specified by:
getTransferDataFlavors in interface Transferable