:: 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 - Summary
XDropTarget

Used to get data from 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. The second parameter must be a long that contains an XWindow window which shall be registered as drop target.

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

For shutdown and listener support.

::com::sun::star::lang::XServiceInfo

Service should always support this interface.

::com::sun::star::lang::XTypeProvider

Service should always support this interface.

Exported Interfaces - Details
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