A transferable implementation for the default data transfer of some Swing
components.
This is copy from the same class as JDK. The original class is pacakge local.
author: Timothy Prinzing version: 1.9 12/19/03
Some subclasses will have flavors that are more descriptive than HTML
or plain text. If this method returns a non-null value, it will be
placed at the start of the array of supported flavors.
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
Returns whether or not the specified data flavor is supported for
this object.
Parameters: flavor - the requested flavor for the data boolean indicating whether or not the data flavor is supported
Returns whether or not the specified data flavor is an HTML flavor that
is supported.
Parameters: flavor - the requested flavor for the data boolean indicating whether or not the data flavor is supported
Returns whether or not the specified data flavor is an plain flavor that
is supported.
Parameters: flavor - the requested flavor for the data boolean indicating whether or not the data flavor is supported
Returns whether or not the specified data flavor is a String flavor that
is supported.
Parameters: flavor - the requested flavor for the data boolean indicating whether or not the data flavor is supported