Class AggregatesSharedImages


  • public final class AggregatesSharedImages
    extends Object
    Aggregates UI shared images
    • Method Detail

      • initializeImageRegistry

        public static void initializeImageRegistry​(org.eclipse.jface.resource.ImageRegistry reg)
        Initialize image registry in plugin ImageRegistry
        Parameters:
        reg - the plugin ImageRegistry, cannot be null
      • getImage

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

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