comparison dwt/events/MouseTrackAdapter.d @ 34:5123b17c98ef

Ported dwt.events.*, dwt.graphics.GC, Region, dwt.internal.image.*
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sun, 14 Sep 2008 01:45:57 +0200
parents ab8b5765e3d1
children d8635bb48c7c
comparison
equal deleted inserted replaced
33:965ac0a77267 34:5123b17c98ef
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2004 IBM Corporation and others. 2 * Copyright (c) 2000, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de>
10 *******************************************************************************/ 12 *******************************************************************************/
11 module dwt.events.MouseTrackAdapter; 13 module dwt.events.MouseTrackAdapter;
12 14
13 import dwt.dwthelper.utils; 15 import dwt.events.MouseTrackListener;
14
15 16
16 /** 17 /**
17 * This adapter class provides default implementations for the 18 * This adapter class provides default implementations for the
18 * methods described by the <code>MouseTrackListener</code> interface. 19 * methods described by the <code>MouseTrackListener</code> interface.
19 * <p> 20 * <p>
23 * interested in. 24 * interested in.
24 * </p> 25 * </p>
25 * 26 *
26 * @see MouseTrackListener 27 * @see MouseTrackListener
27 * @see MouseEvent 28 * @see MouseEvent
29 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
28 */ 30 */
29 public abstract class MouseTrackAdapter : MouseTrackListener { 31 public abstract class MouseTrackAdapter : MouseTrackListener {
30 32
31 /** 33 /**
32 * Sent when the mouse pointer passes into the area of 34 * Sent when the mouse pointer passes into the area of