Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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
See also
XDropTarget


Exported Interfaces

com::sun::star::datatransfer::dnd::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 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