PTP
Release 5.0

org.eclipse.ptp.launch.ui
Class LaunchImages

java.lang.Object
  extended by org.eclipse.ptp.launch.ui.LaunchImages

public class LaunchImages
extends Object


Field Summary
static org.eclipse.jface.resource.ImageDescriptor DESC_ARGUMENTS_TAB
           
static org.eclipse.jface.resource.ImageDescriptor DESC_DEBUGGER_TAB
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MAIN_TAB
           
static org.eclipse.jface.resource.ImageDescriptor DESC_PARALLEL_TAB
           
static String IMG_ARGUMENTS_TAB
           
static String IMG_DEBUGGER_TAB
           
static String IMG_MAIN_TAB
           
static String IMG_PARALLEL_TAB
           
 
Constructor Summary
LaunchImages()
           
 
Method Summary
static org.eclipse.swt.graphics.Image get(String key)
           
static org.eclipse.jface.resource.ImageDescriptor getDescriptor(String key)
           
static org.eclipse.swt.graphics.Image getImage(String key)
          Returns the image managed under the given key in this registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMG_PARALLEL_TAB

public static final String IMG_PARALLEL_TAB

IMG_ARGUMENTS_TAB

public static final String IMG_ARGUMENTS_TAB

IMG_MAIN_TAB

public static final String IMG_MAIN_TAB

IMG_DEBUGGER_TAB

public static final String IMG_DEBUGGER_TAB

DESC_PARALLEL_TAB

public static final org.eclipse.jface.resource.ImageDescriptor DESC_PARALLEL_TAB

DESC_ARGUMENTS_TAB

public static final org.eclipse.jface.resource.ImageDescriptor DESC_ARGUMENTS_TAB

DESC_MAIN_TAB

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MAIN_TAB

DESC_DEBUGGER_TAB

public static final org.eclipse.jface.resource.ImageDescriptor DESC_DEBUGGER_TAB
Constructor Detail

LaunchImages

public LaunchImages()
Method Detail

getImage

public static org.eclipse.swt.graphics.Image getImage(String key)
Returns the image managed under the given key in this registry.

Parameters:
key - the image's key
Returns:
the image managed under the given key

getDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getDescriptor(String key)

get

public static org.eclipse.swt.graphics.Image get(String key)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.