changeset 100:c2f1ba00473b

Ported dwt.dnd.DropTargetAdapter
author Jacob Carlborg <doob@me.com>
date Wed, 31 Dec 2008 13:17:35 +0100
parents d32621bf0f90
children 43123e716bda
files dwt/dnd/DropTargetAdapter.d
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/dnd/DropTargetAdapter.d	Wed Dec 31 13:16:18 2008 +0100
+++ b/dwt/dnd/DropTargetAdapter.d	Wed Dec 31 13:17:35 2008 +0100
@@ -7,12 +7,18 @@
  *
  * Contributors:
  *     IBM Corporation - initial API and implementation
+ *     
+ * Port to the D programming language:
+ *     Jacob Carlborg <doob@me.com>
  *******************************************************************************/
 module dwt.dnd.DropTargetAdapter;
 
 import dwt.dwthelper.utils;
 
 
+import dwt.dnd.DropTargetEvent;
+import dwt.dnd.DropTargetListener;
+
 /**
  * This adapter class provides default implementations for the
  * methods described by the <code>DropTargetListener</code> interface.
@@ -26,7 +32,7 @@
  * @see DropTargetEvent
  * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
  */
-public class DropTargetAdapter implements DropTargetListener {
+public class DropTargetAdapter : DropTargetListener {
 
 /**
  * This implementation of <code>dragEnter</code> permits the default