21module
com { module sun { module star { module datatransfer { module dnd {
23 published
interface XDropTargetListener;
This interface is the callback interface used by the drop target object to provide notification of Dr...
Definition XDropTargetListener.idl:32
This interface is implemented by a view or window that supports drop operations.
Definition XDropTarget.idl:35
void removeDropTargetListener([in] XDropTargetListener dtl)
Remove a drop target listener.
void addDropTargetListener([in] XDropTargetListener dtl)
Add a DropTargetListener.
void setActive([in] boolean active)
Sets the drop target object active or inactive.
boolean isActive()
Indicates either a drop target object is active or not.
byte getDefaultActions()
Determine the actions supported by a drop target.
void setDefaultActions([in] byte actions)
Sets the default acceptable actions for this drop target.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20