:: com :: sun :: star :: datatransfer :: dnd ::

service X11DragSource
Description
This service connects the Java-like UNO Drag and Drop protocol to the X Drag and Drop protocol used on X-Servers to transfer data between applications via Drag and Drop operations.
See also
XDragSource

Exported Interfaces - Summary
XDragSource

Used to provide data to other applications via X Drag and Drop protocol.

::com::sun::star::lang::XInitialization

The service expects an instance of ::com::sun::star::awt::XDisplayConnection as the first parameter.

::com::sun::star::lang::XComponent

For shutdown and listener support.

Exported Interfaces - Details
XDragSource
Description
Used to provide data to other applications via X Drag and Drop protocol.
::com::sun::star::lang::XInitialization
Description
The service expects an instance of ::com::sun::star::awt::XDisplayConnection as the first parameter.
::com::sun::star::lang::XComponent
Description
For shutdown and listener support.

 
Top of Page