Overview | Module | Use | Devguide | Index |
Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
:: com :: sun :: star :: datatransfer :: |
module dnd |
Services | |
OleDragSource | This service connects the Java-like UNO drag and drop protocol to the protocol used on window platforms. It realized the drag source. |
OleDropTarget | This service connects the Java-like UNO Drag & Drop protocol to the protocol used on window platforms. It realizes the drop target. |
X11DragSource | This service connects the Java-like UNO Drag and Drop protocol to the X Drag and Drop protocol used on X-Servers to transfer data between applications via Drag and Drop operations. |
X11DropTarget | This service connects the Java-like UNO Drag and Drop protocol to the X Drag and Drop protocol used on X-Servers to transfer data between application via Drag and Drop operations. |
Interfaces | |
XAutoscroll | Interface for autoscroll support. |
XDragGestureListener | This interface will be used by a XDragGestureRecognizer when it detects a drag initiating gesture. |
XDragGestureRecognizer | This interface is implemented by a view or window that supports drag operations. |
XDragSource | This interface is implemented by a view or window that supports drag operations and will be received as part of a DragGestureEvent through a XDragGestureListener::dragGestureRecognized() callback. |
XDragSourceContext | The drag source context class is responsible for managing the initiator side of the Drag and Drop protocol. |
XDragSourceListener | This interface must be implemented by any drag gesture recognizer implementation that a drag source supports. |
XDropTarget | This interface is implemented by a view or window that supports drop operations. |
XDropTargetDragContext | This interface is implemented by any drop target context object. |
XDropTargetDropContext | This interface is implemented by any drop target context object. |
XDropTargetListener | This interface is the callback interface used by the drop target object to provide notification of Drag and Drop operations that involve the subject drop target. |
Structs | |
DragGestureEvent | A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized() when a particular XDragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the component that it is tracking. |
DragSourceDragEvent | The DragSourceDragEvent is delivered from an object that implements the XDragSourceContext to the currently registered drag source listener. |
DragSourceDropEvent | The DragSourceDropEvent is delivered from an object that implements XDragSourceContext to its currently registered drag source listener's. |
DragSourceEvent | This class is the base class for DragSourceDragEvent and DragSourceDropEvent. |
DropTargetDragEnterEvent | The DropTargetDragEnterEvent is delivered from the drop target to the currently registered drop target listeners whenever the logical cursor associated with a Drag and Drop operation enters the visible geometry of a window associated with a drop target. |
DropTargetDragEvent | The DropTargetDragEvent is delivered from the drop target to the currently registered drop target listener. |
DropTargetDropEvent | The DropTargetDropEvent is delivered from the drop target to its currently registered drop target listener. |
DropTargetEvent | This class is the base class for DropTargetDragEvent and DropTargetDropEvent. |
Exceptions | |
InvalidDNDOperationException | This exception is thrown by various methods in the datatransfer.dnd package. |
Constant Groups | |
DNDConstants | These values represent the type of action or actions to be performed by a Drag and Drop operation. |
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.