Class ImportUiSharedImages


  • public final class ImportUiSharedImages
    extends Object
    Import UI shared images.
    Restriction:
    This class is not intended to be sub-classed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Method Detail

      • initializeImageRegistry

        public static void initializeImageRegistry​(org.eclipse.jface.resource.ImageRegistry registry)
        Initializes image registry.
        Parameters:
        registry - the image registry to initialize, cannot be null
      • getImage

        public static org.eclipse.swt.graphics.Image getImage​(String symbolicName)
        Returns the image by id.
        Parameters:
        id - the identifier, cannot be null
        Returns:
        the image or null, if not found
      • getImageDescriptor

        public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor​(String symbolicName)
        Returns the image descriptor by id.
        Parameters:
        id - the identifier, cannot be null
        Returns:
        the image descriptor or null if not found