21module
com { module sun { module star { module datatransfer { module dnd {
23 published
interface XDragSourceListener;
96 [in]
byte sourceActions,
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition XTransferable.idl:30
This interface must be implemented by any drag gesture recognizer implementation that a drag source s...
Definition XDragSourceListener.idl:31
This interface is implemented by a view or window that supports drag operations and will be received ...
Definition XDragSource.idl:37
void startDrag([in] DragGestureEvent trigger, [in] byte sourceActions, [in] long cursor, [in] long image, [in] com::sun::star::datatransfer::XTransferable trans, [in] XDragSourceListener listener)
Starts the drag operation.
long getDefaultCursor([in] byte dragAction)
To get the default cursor for a specified drag action.
boolean isDragImageSupported()
In order to query if drag image support is available.
base interface of all UNO interfaces
Definition XInterface.idl:46
interfaces for HTML image maps.
Definition ImageMap.idl:21
Definition Ambiguous.idl:20
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition DragGestureEvent.idl:32