interface XDragGestureRecognizer in module com::sun::star::datatransfer::dnd:: |
interface XDragGestureRecognizer : com::sun::star::uno::XInterface ;
This interface is implemented by a view or window that supports drag operations.
Different 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 |
|
addDragGestureListener | Registers a new XDragGestureListener . |
removeDragGestureListener | Unregisters the specified XDragGestureListener . |
resetRecognizer | Reset the recognizer. If it is currently recognizing a gesture, ignore it. |
Method Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.