| |
|
| java.lang.Object org.w3c.jigadmin.editors.TransferableResourceCell
CELL | final static int CELL(Code) | | |
PLAIN_TEXT | final static int PLAIN_TEXT(Code) | | |
STRING | final static int STRING(Code) | | |
TransferableResourceCell | public TransferableResourceCell(ResourceCell data)(Code) | | Constructor
Parameters: data - The ResourceCell |
getTransferData | public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException(Code) | | Returns an object which represents the data to be transferred.
The class of the object returned is defined by the representation
class of the flavor.
Parameters: flavor - the requested flavor for the data an object which represents the data to be transferred exception: IOException - if the data is no longer available in the requested flavor. exception: UnsupportedFlavorException - if the requested data flavor is not supported. |
getTransferDataFlavors | public DataFlavor[] getTransferDataFlavors()(Code) | | Returns an array of DataFlavor objects indicating the flavors the
data can be provided in. The array should be ordered according to
preference for providing the data (from most richly descriptive to
least descriptive).
an array of data flavors in which this data can be transferred |
isDataFlavorSupported | public boolean isDataFlavorSupported(DataFlavor flavor)(Code) | | Returns whether or not the specified data flavor is supported for
this object.
Parameters: flavor - the requested flavor for the data boolean indicating wether or not the data flavor is supported |
|
|
|