Methods' Summary |
acceptDrag |
Accept the Drag.
|
rejectDrag |
Reject the drag as a result of examining the available
com::sun::star::datatransfer::DataFlavor types
received in the com::sun::star::datatransfer::dnd::XDropTargetListener::dragEnter() method.
|
Methods' Details |
acceptDrag
void |
acceptDrag( |
[in] byte |
dragOperation ); |
- Description
- Accept the Drag.
This method should be called from the methods of XDropTargetListener
- XDropTargetListener::dragEnter()
- XDropTargetListener::dragOver()
- XDropTargetListener::dragActionChanged()
if the implementation wishes to accept the drag operation with the specified
action.
- Parameter dragOperation
- The operation accepted by the target.
- See also
- DNDConstants, DropTargetDragEvent
|
|
rejectDrag
- Description
- Reject the drag as a result of examining the available
com::sun::star::datatransfer::DataFlavor types
received in the com::sun::star::datatransfer::dnd::XDropTargetListener::dragEnter() method.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.