org.globus.cog.gridface.impl.directorybrowser
Class DirectoryBrowserTransferable

java.lang.Object
  extended byorg.globus.cog.gridface.impl.directorybrowser.DirectoryBrowserTransferable
All Implemented Interfaces:
Serializable, Transferable

public class DirectoryBrowserTransferable
extends Object
implements Transferable, Serializable

See Also:
Serialized Form

Constructor Summary
DirectoryBrowserTransferable(URI draggedURI, String fileName, Identity sessionId, boolean dirCopy)
           
 
Method Summary
 Object getTransferData(DataFlavor flavor)
           
 DataFlavor[] getTransferDataFlavors()
           
 boolean isDataFlavorSupported(DataFlavor flavor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryBrowserTransferable

public DirectoryBrowserTransferable(URI draggedURI,
                                    String fileName,
                                    Identity sessionId,
                                    boolean dirCopy)
Method Detail

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