Package | Description |
---|---|
org.eclipse.jface.fieldassist |
Provides classes that help communicate proper content for fields in dialogs and wizards.
|
org.eclipse.jface.resource |
Provides support for managing resources such as SWT
fonts and images.
|
org.eclipse.ui.plugin |
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldDecorationRegistry.registerFieldDecoration(String id,
String description,
String imageId,
ImageRegistry imageRegistry)
Registers a field decoration using the specified id.
|
Modifier and Type | Method and Description |
---|---|
static ImageRegistry |
JFaceResources.getImageRegistry()
Returns the image registry for JFace itself.
|
Modifier and Type | Method and Description |
---|---|
protected ImageRegistry |
AbstractUIPlugin.createImageRegistry()
Returns a new image registry for this plugin-in.
|
ImageRegistry |
AbstractUIPlugin.getImageRegistry()
Returns the image registry for this UI plug-in.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUIPlugin.initializeImageRegistry(ImageRegistry reg)
Initializes an image registry with images which are frequently used by the
plugin.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.