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

service X11DropTarget
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 application via Drag and Drop operations.
See also
XDragSource, XDropTarget

Exported Interfaces
XDropTarget
Description
Used to get data from 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. The second parameter must be a long that contains an XWindow window which shall be registered as drop target.
::com::sun::star::lang::XComponent
Description
For shutdown and listener support.
::com::sun::star::lang::XServiceInfo
Description
Service should always support this interface.
::com::sun::star::lang::XTypeProvider
Description
Service should always support this interface.

 
Top of Page