Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDropTargetFactory

Base Interface
com::sun::star::uno::XInterface

Description
This interface is implemented by any Drag and Drop service.


Methods' Summary

createDropTarget Creates a drop target object for a given system window.

Methods' Details

createDropTarget
 
com::sun::star::datatransfer::dnd::XDropTarget
createDropTarget(
[ in ] sequence< byte > windowId );

Description
Creates a drop target object for a given system window.
Parameter windowId
A platform dependent window identifier.
Windows
A byte representation of an HWND.
X11
The X11 window id.
See also
XDropTarget

Top of Page