Class EmftvmLauncherImages

java.lang.Object
org.eclipse.m2m.atl.emftvm.launcher.EmftvmLauncherImages

public final class EmftvmLauncherImages extends Object
Images for EMFTVM launcher plug-in.
  • Field Details

    • ICONS_PATH

      public static final String ICONS_PATH
      Icons path.
      See Also:
    • NAME_PREFIX

      public static final String NAME_PREFIX
      Image name prefix.
      See Also:
    • OBJ_MAIN_TAB

      public static final String OBJ_MAIN_TAB
      Main tab image name.
      See Also:
    • OBJ_PARAMETER_TAB

      public static final String OBJ_PARAMETER_TAB
      Parameter tab image name.
      See Also:
    • PATH_OBJ

      public static final String PATH_OBJ
      OBJ image path.
      See Also:
    • DESC_EMFTVM

      public static final org.eclipse.jface.resource.ImageDescriptor DESC_EMFTVM
      EMFTVM launch image.
    • DESC_MAIN_TAB

      public static final org.eclipse.jface.resource.ImageDescriptor DESC_MAIN_TAB
      Main tab image.
    • DESC_PARAMETER_TAB

      public static final org.eclipse.jface.resource.ImageDescriptor DESC_PARAMETER_TAB
      Parameter tab image.
  • Method Details

    • get

      public static org.eclipse.swt.graphics.Image get(String key)
      Returns the Image for key, or null.
      Parameters:
      key - the image name
      Returns:
      the Image for key, or null.
    • manage

      public static org.eclipse.swt.graphics.Image manage(String key, org.eclipse.jface.resource.ImageDescriptor desc)
      Creates an Image from desc, and registers it under key.
      Parameters:
      key - the image name
      desc - the image descriptor
      Returns:
      the new Image