org.globus.cog.gridface.impl.directorybrowser
Class DirectoryBrowserTransferable
java.lang.Object
org.globus.cog.gridface.impl.directorybrowser.DirectoryBrowserTransferable
- All Implemented Interfaces:
- Serializable, Transferable
- public class DirectoryBrowserTransferable
- extends Object
- implements Transferable, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryBrowserTransferable
public DirectoryBrowserTransferable(URI draggedURI,
String fileName,
Identity sessionId,
boolean dirCopy)
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
- Throws:
UnsupportedFlavorException
IOException