Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5fb1c39f9f9130a3cc01e8b1ffa5c0f8 > files > 2105

libreoffice-devel-3.5.4-4.x86_64.rpm

<html>
<head>
<title>Module dnd</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../../module-ix.html" class="navimain">Overview</a></td>
<td class="navimainself">Module</td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub">Nested Modules</td>
<td class="navisub"><a href="#Services" class="navisub">Services</a></td>
<td class="navisub">Singletons</td>
<td class="navisub"><a href="#Interfaces" class="navisub">Interfaces</a></td>
<td class="navisub"><a href="#Structs" class="navisub">Structs</a></td>
<td class="navisub"><a href="#Exceptions" class="navisub">Exceptions</a></td>
<td class="navisub">Enums</td>
<td class="navisub">Typedefs</td>
<td class="navisub"><a href="#ConstantGroups" class="navisub">Constant Groups</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../../module-ix.html" class="namechain">::</a> <a href="../../../../module-ix.html" class="namechain">com</a> :: <a href="../../../module-ix.html" class="namechain">sun</a> :: <a href="../../module-ix.html" class="namechain">star</a> :: <a href="../module-ix.html" class="namechain">datatransfer</a> :: </p>
</td>
</tr>
<tr>
<td class="title">module dnd</td>
</tr>
<tr>
<td/></tr>
</table>
<hr>
<a name="Services"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="OleDragSource.html">OleDragSource</a></td>
<td class="imsum_right">This service connects the Java-like UNO drag and drop protocol to the protocol
 used on window platforms. It realized the drag source.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="OleDropTarget.html">OleDropTarget</a></td>
<td class="imsum_right">This service connects the Java-like UNO Drag & Drop protocol to the protocol
 used on window platforms. It realizes the drop target.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="X11DragSource.html">X11DragSource</a></td>
<td class="imsum_right">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.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="X11DropTarget.html">X11DropTarget</a></td>
<td class="imsum_right">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.

 </td>
</tr>
</table>
<a name="Interfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Interfaces</td>
</tr>
<tr>
<td class="imsum_left"><a href="XAutoscroll.html">XAutoscroll</a></td>
<td class="imsum_right">Interface for autoscroll support.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDragGestureListener.html">XDragGestureListener</a></td>
<td class="imsum_right">This interface will be used by a <a href="XDragGestureRecognizer.html">XDragGestureRecognizer</a>
 when it detects a drag initiating gesture.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDragGestureRecognizer.html">XDragGestureRecognizer</a></td>
<td class="imsum_right">This interface is implemented by a view or window that supports drag
 operations.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDragSource.html">XDragSource</a></td>
<td class="imsum_right">This interface is implemented by a view or window that supports drag
 operations and will be received as part of a <a href="DragGestureEvent.html">DragGestureEvent</a>
 through a <a href="XDragGestureListener.html">XDragGestureListener</a>::<a href="XDragGestureListener.html#dragGestureRecognized">dragGestureRecognized()</a>
 callback.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDragSourceContext.html">XDragSourceContext</a></td>
<td class="imsum_right">The drag source context class is responsible for managing the initiator side
 of the Drag and Drop protocol.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDragSourceListener.html">XDragSourceListener</a></td>
<td class="imsum_right">This interface must be implemented by any drag gesture recognizer
 implementation that a drag source supports.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDropTarget.html">XDropTarget</a></td>
<td class="imsum_right">This interface is implemented by a view or window that supports drop
 operations.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDropTargetDragContext.html">XDropTargetDragContext</a></td>
<td class="imsum_right">This interface is implemented by any drop target context object.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDropTargetDropContext.html">XDropTargetDropContext</a></td>
<td class="imsum_right">This interface is implemented by any drop target context object.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XDropTargetListener.html">XDropTargetListener</a></td>
<td class="imsum_right">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.

 </td>
</tr>
</table>
<a name="Structs"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Structs</td>
</tr>
<tr>
<td class="imsum_left"><a href="DragGestureEvent.html">DragGestureEvent</a></td>
<td class="imsum_right">A DragGestureEvent is passed to the method <a href="XDragGestureListener.html">XDragGestureListener</a>::<a href="XDragGestureListener.html#dragGestureRecognized">dragGestureRecognized()</a>
 when a particular <a href="XDragGestureRecognizer.html">XDragGestureRecognizer</a> detects that a platform
 dependent drag initiating gesture has occurred on the component that it is
 tracking.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="DragSourceDragEvent.html">DragSourceDragEvent</a></td>
<td class="imsum_right">The <a href="DragSourceDragEvent.html">DragSourceDragEvent</a> is delivered from an object that
 implements the <a href="XDragSourceContext.html">XDragSourceContext</a> to the
 currently registered drag source listener.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DragSourceDropEvent.html">DragSourceDropEvent</a></td>
<td class="imsum_right">The <a href="DragSourceDropEvent.html">DragSourceDropEvent</a> is delivered from an object that implements
 <a href="XDragSourceContext.html">XDragSourceContext</a> to its currently registered drag source listener's.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DragSourceEvent.html">DragSourceEvent</a></td>
<td class="imsum_right">This class is the base class for <a href="DragSourceDragEvent.html">DragSourceDragEvent</a> and <a href="DragSourceDropEvent.html">DragSourceDropEvent</a>.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DropTargetDragEnterEvent.html">DropTargetDragEnterEvent</a></td>
<td class="imsum_right">The <a href="DropTargetDragEnterEvent.html">DropTargetDragEnterEvent</a> 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.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DropTargetDragEvent.html">DropTargetDragEvent</a></td>
<td class="imsum_right">The <a href="DropTargetDragEvent.html">DropTargetDragEvent</a> is delivered from the drop target
 to the currently registered drop target listener.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DropTargetDropEvent.html">DropTargetDropEvent</a></td>
<td class="imsum_right">The <a href="DropTargetDropEvent.html">DropTargetDropEvent</a> is delivered from the drop target to
 its currently registered drop target listener.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DropTargetEvent.html">DropTargetEvent</a></td>
<td class="imsum_right">This class is the base class for <a href="DropTargetDragEvent.html">DropTargetDragEvent</a> and
 <a href="DropTargetDropEvent.html">DropTargetDropEvent</a>.

 </td>
</tr>
</table>
<a name="Exceptions"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exceptions</td>
</tr>
<tr>
<td class="imsum_left"><a href="InvalidDNDOperationException.html">InvalidDNDOperationException</a></td>
<td class="imsum_right">This exception is thrown by various methods in the datatransfer.dnd
 package.

 </td>
</tr>
</table>
<a name="ConstantGroups"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constant Groups</td>
</tr>
<tr>
<td class="imsum_left"><a href="DNDConstants.html">DNDConstants</a></td>
<td class="imsum_right">These values represent the type of action or actions to be performed by a
 Drag and Drop operation.
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.</p><p class="copyright" align="center">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p><p class="copyright" align="center">The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.<p>&nbsp;</p><p class="copyright" align="center"><a href="http://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="http://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/" target="_blank">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="http://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>