Class MdHelpSharedImages


  • public class MdHelpSharedImages
    extends Object
    Registry and share plugin images
    • Method Detail

      • initializeImageRegistry

        public static void initializeImageRegistry​(org.eclipse.jface.resource.ImageRegistry reg)
        Registry plugin images
        Parameters:
        reg -
      • 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