Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.resource.ImageRegistry

Packages that use ImageRegistry
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. 
 

Uses of ImageRegistry in org.eclipse.jface.fieldassist
 

Methods in org.eclipse.jface.fieldassist with parameters of type ImageRegistry
 void 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
 

Methods in org.eclipse.jface.resource that return ImageRegistry
static  ImageRegistry JFaceResources. getImageRegistry ()
          Returns the image registry for JFace itself.
 

Uses of ImageRegistry in org.eclipse.ui.plugin
 

Methods in org.eclipse.ui.plugin that return ImageRegistry
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.
 

Methods in org.eclipse.ui.plugin with parameters of type ImageRegistry
protected  void AbstractUIPlugin. initializeImageRegistry ( ImageRegistry reg)
          Initializes an image registry with images which are frequently used by the plugin.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire