interface XDropTarget in module com::sun::star::datatransfer::dnd:: |
interface XDropTarget : com::sun::star::uno::XInterface ;
This interface is implemented by a view or window that supports drop operations.
Differently to Java, the association between view and interface is fixed and cannot be changed. Otherwise, the AWT messaging would have to be implemented for any window supporting Drag and Drop operations, which would be a performance issue.
Method Summary |
|
addDropTargetListener | Add a DropTargetListener. |
removeDropTargetListener | Remove a drop target listener. |
isActive | Indicates either a drop target object is active or not. |
setActive | Sets the drop target object active or inactive. |
getDefaultActions | Determine the actions supported by a drop target. |
setDefaultActions | Sets the default acceptable actions for this drop target. |
Known Services Which Export this Interface |
Method Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.