Uses of Class
org.eclipse.jface.resource.ImageRegistry
Package
Description
Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides support for managing resources such as SWT
fonts and images.
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
-
Uses of ImageRegistry in org.eclipse.jface.fieldassist
Modifier and TypeMethodDescriptionvoid
FieldDecorationRegistry.registerFieldDecoration
(String id, String description, String imageId, ImageRegistry imageRegistry) Registers a field decoration using the specified id. -
Uses of ImageRegistry in org.eclipse.jface.resource
Modifier and TypeMethodDescriptionstatic ImageRegistry
JFaceResources.getImageRegistry()
Returns the image registry for JFace itself. -
Uses of ImageRegistry in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected ImageRegistry
UIPlugin.createImageRegistry()
Returns the image registry for this plugin.protected ImageRegistry
WorkbenchPlugin.createImageRegistry()
Returns the image registry for this plugin.UIPlugin.getImageRegistry()
static ImageRegistry
WorkbenchImages.getImageRegistry()
Returns the ImageRegistry. -
Uses of ImageRegistry in org.eclipse.ui.plugin
Modifier and TypeMethodDescriptionprotected ImageRegistry
AbstractUIPlugin.createImageRegistry()
Returns a new image registry for this plugin-in.AbstractUIPlugin.getImageRegistry()
Returns the image registry for this UI plug-in.Modifier and TypeMethodDescriptionprotected void
AbstractUIPlugin.initializeImageRegistry
(ImageRegistry reg) Initializes an image registry with images which are frequently used by the plugin.