Class StyleUiPluginImages

java.lang.Object
com._1c.g5.v8.dt.internal.style.ui.StyleUiPluginImages

public final class StyleUiPluginImages extends Object
StyleUiPlugin class for accesing stored images.
  • Field Details

  • Method Details

    • getImage

      public static org.eclipse.swt.graphics.Image getImage(String symbolicName)
      Returns image.
      Parameters:
      symbolicName - the name, cannot be null
      Returns:
      the image, or null if none
    • getImageDescriptor

      public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String symbolicName)
      Returns image descriptor.
      Parameters:
      symbolicName - the name, cannot be null
      Returns:
      the image descriptor, or null if none
    • initializeImageRegistry

      public static void initializeImageRegistry(org.eclipse.jface.resource.ImageRegistry reg)
      Initializes image registry with stored images
      Parameters:
      reg - ImageRegistry, cannot be null