Object | getContent(DataSource ds) Returns an object representing the data in its most preferred form. |
Object | getTransferData(DataFlavor df, DataSource ds) Returns an object representing the data to be transferred. |
DataFlavor[] | Returns a list of the flavors that data can be provided in, ordered by preference. |
void | writeTo(Object obj, String mimeType, OutputStream os) Writes the object as a stream of bytes. |
public Object getContent(DataSource ds)
public Object getTransferData(DataFlavor df, DataSource ds)
public DataFlavor[] getTransferDataFlavors()
public void writeTo(Object obj, String mimeType, OutputStream os)