|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclasspathhelper.eclipse.ui.UIPlugin.SharedImages
Field Summary |
Fields inherited from interface classpathhelper.eclipse.ui.ISharedImages |
BLOCKED_ICON, BLOCKED16X16_ICON, BLOCKEDDIFF_ICON, BLOCKEDDIFF16X16_ICON, DEPENDSON_ICON, IGNORED_ICON, REFEDBY16x16_ICON, UNREFERENCED_ICON, UNRES16X16_ICON, UNRESOLVED_ICON, WONTLOAD_ICON |
Constructor Summary | |
UIPlugin.SharedImages(ImageRegistry theImageRegistry)
|
Method Summary | |
Image |
getImage(java.lang.String symbolicName)
Retrieves the specified image from the class path helpers plugin's image registry. |
ImageDescriptor |
getImageDescriptor(java.lang.String symbolicName)
Retrieves the image descriptor for specified image from ui plugin's image registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UIPlugin.SharedImages(ImageRegistry theImageRegistry)
Method Detail |
public Image getImage(java.lang.String symbolicName)
ISharedImages
Image
is managed by the plugin; clients
must not dispose of the returned image.
getImage
in interface ISharedImages
symbolicName
- the symbolic name of the image; there are constants
declared in this interface for build-in images that come with the ui plugin
null
if not foundpublic ImageDescriptor getImageDescriptor(java.lang.String symbolicName)
ISharedImages
Image
s, image descriptors themselves do
not need to be disposed.
getImageDescriptor
in interface ISharedImages
symbolicName
- the symbolic name of the image; there are constants
declared in this interface for build-in images that come with the ui plugin
null
if not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |