org.eclipse.datatools.sqltools.debugger.core.ui
Class DebuggerImages

java.lang.Object
  extended by org.eclipse.datatools.sqltools.debugger.core.ui.DebuggerImages

public class DebuggerImages
extends java.lang.Object

Author:
Hui Cao

Constructor Summary
DebuggerImages()
           
 
Method Summary
static org.eclipse.swt.graphics.Image getImage(java.lang.String key)
          Gets the image (.gif file) corresponding to the given key.
static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
          Gets the image descriptor (.gif file) corresponding to the given key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggerImages

public DebuggerImages()
Method Detail

getImage

public static org.eclipse.swt.graphics.Image getImage(java.lang.String key)
Gets the image (.gif file) corresponding to the given key.

Returns:
the requested image, or null if not found

getImageDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
Gets the image descriptor (.gif file) corresponding to the given key.

Returns:
the requested image descriptor, or null if not found