interface XDragSourceContext in module com::sun::star::datatransfer::dnd:: |
interface XDragSourceContext : com::sun::star::uno::XInterface ;
The drag source context class is responsible for managing the initiator side of the Drag and Drop protocol.
In particular, it is responsible for managing event notifications to the DragSourceListener and providing the Transferable state to enable the data transfer.
An instance of this class is created as a result of the method XDragSource::startDrag() being successfully invoked. This instance is responsible for tracking the state of the operation on behalf of the drag source and dispatching state changes to the drag source listener.
Method Summary |
|
getCurrentCursor | Get the identifier of the currently used cursor. |
setCursor | This method sets the current drag cursor. |
setImage | This method sets the current drag image. |
transferablesFlavorsChanged | This method notifies the context that the DataFlavor types of the transferable object have changed. |
Method Details |
|||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.