:: com :: sun :: star ::

module datatransfer
Description
Clipboard and Drag&Drop interfaces.

Nested Modules
clipboard
dnd
Services
::com::sun::star::datatransfer::DataFormatTranslator 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 ::com::sun::star::datatransfer::DataFlavor and vice versa.
::com::sun::star::datatransfer::MimeContentTypeFactory Used to create an instance that implement the interface ::com::sun::star::datatransfer::XMimeContentType from a string representation of such a MIME content-type that is conform to Rfc2045 and Rfc2046 .
Interfaces
::com::sun::star::datatransfer::XDataFormatTranslator Interface to be implemented by objects used to translate a ::com::sun::star::datatransfer::DataFlavor to a system dependent data transfer type and vice versa.
::com::sun::star::datatransfer::XMimeContentType 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 ::com::sun::star::datatransfer::XMimeContentTypeFactory .
::com::sun::star::datatransfer::XMimeContentTypeFactory Implementations of this interface do create a ::com::sun::star::datatransfer::XMimeContentType from a given string that represents a MIME content-type (see Rfc2045 and Rfc2046 ).
::com::sun::star::datatransfer::XSystemTransferable Interface to be implemented by objects used to provide system dependent data for a transfer operation. Those objects usually also implement ::com::sun::star::datatransfer::XTransferable .
::com::sun::star::datatransfer::XTransferDataAccess 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.
::com::sun::star::datatransfer::XTransferable Interface to be implemented by objects used to provide data for a data transfer operation.
::com::sun::star::datatransfer::XTransferableEx Interface to be implemented by objects used to provide data for a transfer operation.
::com::sun::star::datatransfer::XTransferableSource The transferable source interface.
Structs
::com::sun::star::datatransfer::DataFlavor Each instance represents the concept of a data format as it would appear on a clipboard, or during drag and drop.
Exceptions
::com::sun::star::datatransfer::UnsupportedFlavorException Exception will be thrown if there is a request for data in a ::com::sun::star::datatransfer::DataFlavor that is not supported by a data source.
Top of Page