org.eclipse.swt.graphics.ImageLoaderEvent

Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors: IBM Corporation - initial API and implementation Port to the D programming language: Frank Benoit <benoit@tionex.de>

Members

Classes

ImageLoaderEvent
class ImageLoaderEvent

Instances of this class are sent as a result of the incremental loading of image data. <p> <b>Notes:</b> </p><ul> <li>The number of events which will be sent when loading images is not constant. It varies by image type, and for JPEG images it varies from image to image.</li> <li>For image sources which contain multiple images, the <code>endOfImage</code> flag in the event will be set to true after each individual image is loaded.</li> </ul>

Meta