Version: 1.1.1

ca.ucalgary.seahawk.gui
Class SeahawkTransferable

java.lang.Object
  extended by ca.ucalgary.seahawk.gui.SeahawkTransferable
All Implemented Interfaces:
Transferable

public class SeahawkTransferable
extends Object
implements Transferable

This class handles the export of data from the Seahawk interface into other applications, with special consideration for the use of drag 'n' drop in wrapping WSDL and CGI interfaces using Seahawk.


Constructor Summary
SeahawkTransferable(MobyContentPane p)
           
 
Method Summary
 void exportDone()
           
 Object getTransferData(DataFlavor flavor)
           
 DataFlavor[] getTransferDataFlavors()
           
 boolean isDataFlavorSupported(DataFlavor flavor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeahawkTransferable

public SeahawkTransferable(MobyContentPane p)
Method Detail

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

exportDone

public void exportDone()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010