LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | List of all members
X11DropTarget Service Referencepublished

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. More...

import"X11DropTarget.idl";

Inheritance diagram for X11DropTarget:
XDropTarget XInitialization XComponent XInterface XInterface XInterface

Exported Interfaces

interface XDropTarget
 Used to get data from other applications via X Drag and Drop protocol. More...
 
interface com::sun::star::lang::XInitialization
 The service expects an instance of com::sun::star::awt::XDisplayConnection as the first parameter. More...
 
interface com::sun::star::lang::XComponent
 For shutdown and listener support. More...
 

Additional Inherited Members

- Public Member Functions inherited from XDropTarget
void addDropTargetListener ([in] XDropTargetListener dtl)
 Add a DropTargetListener. More...
 
void removeDropTargetListener ([in] XDropTargetListener dtl)
 Remove a drop target listener. More...
 
boolean isActive ()
 Indicates either a drop target object is active or not. More...
 
void setActive ([in] boolean active)
 Sets the drop target object active or inactive. More...
 
byte getDefaultActions ()
 Determine the actions supported by a drop target. More...
 
void setDefaultActions ([in] byte actions)
 Sets the default acceptable actions for this drop target. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 
- Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. More...
 
- Public Member Functions inherited from XComponent
void dispose ()
 The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More...
 
void addEventListener ([in] XEventListener xListener)
 adds an event listener to the object. More...
 
void removeEventListener ([in] XEventListener aListener)
 removes an event listener from the listener list. More...
 

Detailed Description

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.

See also
XDragSource
XDropTarget

Exported Interfaces

◆ com::sun::star::lang::XComponent

For shutdown and listener support.

◆ com::sun::star::lang::XInitialization

The service expects an instance of com::sun::star::awt::XDisplayConnection as the first parameter.

The second parameter must be a long that contains an XWindow window which shall be registered as drop target.

◆ XDropTarget

interface XDropTarget

Used to get data from other applications via X Drag and Drop protocol.


The documentation for this service was generated from the following file: