org.globus.cog.gridface.impl.desktop.dnd
Class DesktopIconTransferable
java.lang.Object
org.globus.cog.gridface.impl.desktop.dnd.DesktopIconTransferable
- All Implemented Interfaces:
- Serializable, Transferable
- public class DesktopIconTransferable
- 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 |
groupIconDataFlavor
public static DataFlavor groupIconDataFlavor
getTransferData
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException,
IOException
- Specified by:
getTransferData in interface Transferable
- Throws:
UnsupportedFlavorException
IOException
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- Specified by:
getTransferDataFlavors in interface Transferable
isDataFlavorSupported
public boolean isDataFlavorSupported(DataFlavor flavor)
- Specified by:
isDataFlavorSupported in interface Transferable