org.favabeans.views
Class DragSourceAdapter.LocalTransferable
java.lang.Object
|
+--org.favabeans.views.DragSourceAdapter.LocalTransferable
- All Implemented Interfaces:
- Transferable
- Enclosing class:
- DragSourceAdapter
- public class DragSourceAdapter.LocalTransferable
- extends Object
- implements Transferable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragSourceAdapter.LocalTransferable
public DragSourceAdapter.LocalTransferable()
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- Specified by:
getTransferDataFlavors
in interface Transferable
isDataFlavorSupported
public boolean isDataFlavorSupported(DataFlavor flavor)
- Specified by:
isDataFlavorSupported
in interface Transferable
getTransferData
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException,
IOException
- Specified by:
getTransferData
in interface Transferable
Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.