21 module
com { module sun { module star { module datatransfer { module dnd {
23 published
interface XDragSourceListener;
46 boolean isDragImageSupported();
59 long getDefaultCursor( [in] byte dragAction )
96 [in] byte sourceActions,
This interface must be implemented by any drag gesture recognizer implementation that a drag source s...
Definition: XDragSourceListener.idl:30
Definition: Ambiguous.idl:20
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition: DragGestureEvent.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This interface is implemented by a view or window that supports drag operations and will be received ...
Definition: XDragSource.idl:36
base interface of all UNO interfaces
Definition: XInterface.idl:45
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:29