Class ImagesLoader

  • All Implemented Interfaces:
    Runnable, ProgressMonitor.CancelListener

    final class ImagesLoader
    extends PleaseWaitRunnable
    Loads a set of images, while displaying a dialog that indicates what the plugin is currently doing. In facts, this object is instantiated with a list of files. These files may be JPEG files or directories. In case of directories, they are scanned to find all the images they contain. Then all the images that have be found are loaded as ImageEntry instances.
    Since:
    18035 (extracted from GeoImageLayer)