comparison dwt/graphics/ImageLoaderEvent.d @ 10:63c023465156

moved from org.eclipse.swt to dwt
author Frank Benoit <benoit@tionex.de>
date Sat, 05 Jan 2008 17:58:37 +0100
parents ad2b69216039
children 8cec8f536af3
comparison
equal deleted inserted replaced
9:ad2b69216039 10:63c023465156
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 *******************************************************************************/ 10 *******************************************************************************/
11 module org.eclipse.swt.graphics.ImageLoaderEvent; 11 module dwt.graphics.ImageLoaderEvent;
12 12
13 13
14 public import org.eclipse.swt.internal.SWTEventObject; 14 public import dwt.internal.SWTEventObject;
15 public import org.eclipse.swt.graphics.ImageLoader; 15 public import dwt.graphics.ImageLoader;
16 public import org.eclipse.swt.graphics.ImageData; 16 public import dwt.graphics.ImageData;
17 17
18 import tango.text.convert.Format; 18 import tango.text.convert.Format;
19 19
20 /** 20 /**
21 * Instances of this class are sent as a result of the incremental 21 * Instances of this class are sent as a result of the incremental