:: com :: sun :: star :: datatransfer ::

module dnd

Services
::com::sun::star::datatransfer::dnd::OleDragSource This service connects the Java-like UNO drag and drop protocol to the protocol used on window platforms. It realized the drag source.
::com::sun::star::datatransfer::dnd::OleDropTarget This service connects the Java-like UNO Drag & Drop protocol to the protocol used on window platforms. It realizes the drop target.
::com::sun::star::datatransfer::dnd::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.
::com::sun::star::datatransfer::dnd::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
::com::sun::star::datatransfer::dnd::XAutoscroll Interface for autoscroll support.
::com::sun::star::datatransfer::dnd::XDragGestureListener This interface will be used by a ::com::sun::star::datatransfer::dnd::XDragGestureRecognizer when it detects a drag initiating gesture.
::com::sun::star::datatransfer::dnd::XDragGestureRecognizer This interface is implemented by a view or window that supports drag operations.
::com::sun::star::datatransfer::dnd::XDragSource This interface is implemented by a view or window that supports drag operations and will be received as part of a ::com::sun::star::datatransfer::dnd::DragGestureEvent through a ::com::sun::star::datatransfer::dnd::XDragGestureListener::dragGestureRecognized() callback.
::com::sun::star::datatransfer::dnd::XDragSourceContext The drag source context class is responsible for managing the initiator side of the Drag and Drop protocol.
::com::sun::star::datatransfer::dnd::XDragSourceListener This interface must be implemented by any drag gesture recognizer implementation that a drag source supports.
::com::sun::star::datatransfer::dnd::XDropTarget This interface is implemented by a view or window that supports drop operations.
::com::sun::star::datatransfer::dnd::XDropTargetDragContext This interface is implemented by any drop target context object.
::com::sun::star::datatransfer::dnd::XDropTargetDropContext This interface is implemented by any drop target context object.
::com::sun::star::datatransfer::dnd::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
::com::sun::star::datatransfer::dnd::DragGestureEvent A DragGestureEvent is passed to the method ::com::sun::star::datatransfer::dnd::XDragGestureListener::dragGestureRecognized() when a particular ::com::sun::star::datatransfer::dnd::XDragGestureRecognizer detects that a platform dependent drag initiating gesture has occurred on the component that it is tracking.
::com::sun::star::datatransfer::dnd::DragSourceDragEvent The ::com::sun::star::datatransfer::dnd::DragSourceDragEvent is delivered from an object that implements the ::com::sun::star::datatransfer::dnd::XDragSourceContext to the currently registered drag source listener.
::com::sun::star::datatransfer::dnd::DragSourceDropEvent The ::com::sun::star::datatransfer::dnd::DragSourceDropEvent is delivered from an object that implements ::com::sun::star::datatransfer::dnd::XDragSourceContext to its currently registered drag source listener's.
::com::sun::star::datatransfer::dnd::DragSourceEvent This class is the base class for ::com::sun::star::datatransfer::dnd::DragSourceDragEvent and ::com::sun::star::datatransfer::dnd::DragSourceDropEvent .
::com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent The ::com::sun::star::datatransfer::dnd::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.
::com::sun::star::datatransfer::dnd::DropTargetDragEvent The ::com::sun::star::datatransfer::dnd::DropTargetDragEvent is delivered from the drop target to the currently registered drop target listener.
::com::sun::star::datatransfer::dnd::DropTargetDropEvent The ::com::sun::star::datatransfer::dnd::DropTargetDropEvent is delivered from the drop target to its currently registered drop target listener.
::com::sun::star::datatransfer::dnd::DropTargetEvent This class is the base class for ::com::sun::star::datatransfer::dnd::DropTargetDragEvent and ::com::sun::star::datatransfer::dnd::DropTargetDropEvent .
Exceptions
::com::sun::star::datatransfer::dnd::InvalidDNDOperationException This exception is thrown by various methods in the datatransfer.dnd package.
Constant Groups
::com::sun::star::datatransfer::dnd::DNDConstants These values represent the type of action or actions to be performed by a Drag and Drop operation.
Top of Page