Package com.e1c.g5.v8.dt.library.ui
Class LibraryUiSharedImages
java.lang.Object
com.e1c.g5.v8.dt.library.ui.LibraryUiSharedImages
Shared images of the Library UI plugin.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.Image
Gets an image by its id.static org.eclipse.jface.resource.ImageDescriptor
Gets an image descriptor by its id.static void
initializeImageRegistry
(org.eclipse.jface.resource.ImageRegistry imageRegistry) Initializes the specified image registry.
-
Field Details
-
IMG_LIBRARY_REPOSITORY
- See Also:
-
-
Method Details
-
initializeImageRegistry
public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry imageRegistry) Initializes the specified image registry.- Parameters:
imageRegistry
- the image registry to initialize, cannot benull
-
getImage
Gets an image by its id.- Parameters:
id
- the image identifier, cannot benull
- Returns:
- the image or
null
, if not found
-
getImageDescriptor
Gets an image descriptor by its id.- Parameters:
id
- the image identifier, cannot benull
- Returns:
- the image descriptor or
null
if not found
-