21module
com { module sun { module star { module datatransfer { module dnd {
23 published
interface XDragSource;
This interface is implemented by a view or window that supports drag operations and will be received ...
Definition XDragSource.idl:37
Definition Ambiguous.idl:20
A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a parti...
Definition DragGestureEvent.idl:32
byte DragAction
The action selected by the user.
Definition DragGestureEvent.idl:43
any Event
The last event comprising the gesture.
Definition DragGestureEvent.idl:67
XDragSource DragSource
The DragSource associated with this drag action.
Definition DragGestureEvent.idl:58
long DragOriginY
The y coordinate where the drag originated in component coordinates.
Definition DragGestureEvent.idl:53
long DragOriginX
The x coordinate where the drag originated in component coordinates.
Definition DragGestureEvent.idl:48
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28