Different platforms use different types to describe data formats available
during data exchange operations like clipboard or drag&drop.
Implementations of this service do convert system dependent data types to a
DataFlavor and vice versa.
Used to create an instance that implement the interface
XMimeContentType from a string
representation of such a MIME content-type that is conform to
Rfc2045 and
Rfc2046.
An implementation of this interface represents a MIME content-type that
is conform to Rfc2045 and
Rfc2046.
Instances that implement this interface could be created using the
interface XMimeContentTypeFactory.
Interface to be implemented by objects used to provide system dependent data
for a transfer operation. Those objects usually also implement XTransferable.
This interface provides direct access to the data in all data flavors. It can
be used by the clipboard implementation to optimize data transport on
flush operations.