:: com :: sun :: star :: datatransfer :: dnd ::
|
interface XDragSourceContext |
|
- Description
- 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.
- See also
- XDragSourceContext, XDragSourceListener
|
Methods' Details |
getCurrentCursor
- Description
- Get the identifier of the currently used cursor.
- Returns
- The currently selected drag cursor.
|
|
setCursor
[oneway] void |
setCursor( |
[in] long |
cursorId ); |
- Description
- This method sets the current drag cursor.
This method should only be called to set another cursor than the
default one for drag action currently selected by the user.
Invalid cursor identifiers will be ignored.
- Parameter cursorId
- The identifier the drag source returned when registering the cursor.
|
|
setImage
[oneway] void |
setImage( |
[in] long |
imageId ); |
- Description
- This method sets the current drag image.
- Parameter dragImage
- The identifier the drag source returned when registering the image (0 = none).
Invalid identifier will be ignored.
|
|
transferablesFlavorsChanged
[oneway] void |
transferablesFlavorsChanged(); |
- Description
- This method notifies the context that the
::com::sun::star::datatransfer::DataFlavor types
of the transferable object have changed.
- See also
- ::com::sun::star::datatransfer::XTransferable
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.