org.eclipse.ptp.launch.ui
Class LaunchImages
java.lang.Object
org.eclipse.ptp.launch.ui.LaunchImages
public class LaunchImages
- extends java.lang.Object
|
Method Summary |
static org.eclipse.swt.graphics.Image |
get(java.lang.String key)
|
static org.eclipse.jface.resource.ImageDescriptor |
getDescriptor(java.lang.String key)
|
static org.eclipse.swt.graphics.Image |
getImage(java.lang.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 |
IMG_PARALLEL_TAB
public static final java.lang.String IMG_PARALLEL_TAB
IMG_ARGUMENTS_TAB
public static final java.lang.String IMG_ARGUMENTS_TAB
IMG_MAIN_TAB
public static final java.lang.String IMG_MAIN_TAB
IMG_DEBUGGER_TAB
public static final java.lang.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
LaunchImages
public LaunchImages()
getImage
public static org.eclipse.swt.graphics.Image getImage(java.lang.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(java.lang.String key)
get
public static org.eclipse.swt.graphics.Image get(java.lang.String key)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.