1.

What Is Imageregistry?

Answer»

The mapping between symbolic IMAGE names and SWT image OBJECTS is maintained by the ImageRegistry class until the SWT image objects are needed. It owns all the images REGISTERED with it and automatically disposes them when the SWT Display that creates the images is DISPOSED.

The mapping between symbolic image names and SWT image objects is maintained by the ImageRegistry class until the SWT image objects are needed. It owns all the images registered with it and automatically disposes them when the SWT Display that creates the images is disposed.



Discussion

No Comment Found