fr.orsay.lri.varna.components
Class ReorderableJList.RJLTransferable
java.lang.Object
fr.orsay.lri.varna.components.ReorderableJList.RJLTransferable
- All Implemented Interfaces:
- Transferable
- Enclosing class:
- ReorderableJList
private class ReorderableJList.RJLTransferable
- extends Object
- implements Transferable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
Object object
ReorderableJList.RJLTransferable
public ReorderableJList.RJLTransferable(Object o)
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