|
Class Summary |
| ColorRegistry |
A color registry maintains a mapping between symbolic color names and SWT
Colors. |
| CompositeImageDescriptor |
Abstract base class for image descriptors that synthesize
an image from other images in order to simulate the effect
of custom drawing. |
| FileImageDescriptor |
An image descriptor that loads its image information
from a file. |
| FontRegistry |
A font registry maintains a mapping between symbolic font names
and SWT fonts. |
| ImageDescriptor |
An image descriptor is an object that knows how to create
an SWT image. |
| ImageRegistry |
An image registry maintains a mapping between symbolic image names
and SWT image objects or special image descriptor objects which
defer the creation of SWT image objects until they are needed. |
| ImageRegistry.Entry |
Contains the data for an entry in the registry. |
| JFaceColors |
JFaceColors is the class that stores references
to all of the colors used by JFace. |
| JFaceResources |
Utility methods to access JFace-specific resources. |
| MissingImageDescriptor |
The image descriptor for a missing image. |
| ResourceRegistry |
Abstract baseclass for various JFace registries. |
| StringConverter |
Helper class for converting various data types to and from
strings. |
| URLImageDescriptor |
An ImageDescriptor that gets its information from a URL. |