com.aptana.ide.debug.internal.ui
Class DebugUIImages

java.lang.Object
  extended by com.aptana.ide.debug.internal.ui.DebugUIImages

public final class DebugUIImages
extends java.lang.Object

Author:
Max Stepanov

Field Summary
static java.lang.String IMG_OBJS_CONSTANT_FIELD
          IMG_OBJS_CONSTANT_FIELD
static java.lang.String IMG_OBJS_EXCEPTION_VARIABLE
          IMG_OBJS_EXCEPTION_VARIABLE
static java.lang.String IMG_OBJS_FIELD
          IMG_OBJS_FIELD
static java.lang.String IMG_OBJS_INSPECT
          IMG_OBJS_INSPECT
static java.lang.String IMG_OBJS_JSEXCEPTION
          IMG_OBJS_JSEXCEPTION
static java.lang.String IMG_OBJS_JSWATCHPOINT
          IMG_OBJS_JSWATCHPOINT
static java.lang.String IMG_OBJS_LOCAL_VARIABLE
          IMG_OBJS_LOCAL_VARIABLE
static java.lang.String IMG_OBJS_SCRIPT_ELEMENT
          IMG_OBJS_SCRIPT_ELEMENT
static java.lang.String IMG_OBJS_TOP_SCRIPT_ELEMENT
          IMG_OBJS_TOP_SCRIPT_ELEMENT
static java.lang.String IMG_OBJS_VARIABLE
          IMG_OBJS_VARIABLE
static java.lang.String IMG_OVR_CONDITIONAL_BREAKPOINT
          IMG_OVR_CONDITIONAL_BREAKPOINT
static java.lang.String IMG_OVR_CONDITIONAL_BREAKPOINT_DISABLED
          IMG_OVR_CONDITIONAL_BREAKPOINT_DISABLED
static java.lang.String IMG_OVR_METHOD_BREAKPOINT_ENTRY
          IMG_OVR_METHOD_BREAKPOINT_ENTRY
static java.lang.String IMG_OVR_METHOD_BREAKPOINT_ENTRY_DISABLED
          IMG_OVR_METHOD_BREAKPOINT_ENTRY_DISABLED
static java.lang.String IMG_OVR_METHOD_BREAKPOINT_EXIT
          IMG_OVR_METHOD_BREAKPOINT_EXIT
static java.lang.String IMG_OVR_METHOD_BREAKPOINT_EXIT_DISABLED
          IMG_OVR_METHOD_BREAKPOINT_EXIT_DISABLED
 
Method Summary
static org.eclipse.swt.graphics.Image get(java.lang.String key)
          Returns the image managed under the given key in this registry.
static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
          Returns the ImageDescriptor identified by the given key, or null if it does not exist.
static org.eclipse.debug.internal.ui.ImageDescriptorRegistry getImageDescriptorRegistry()
          getImageDescriptorRegistry
static org.eclipse.jface.resource.ImageRegistry getImageRegistry()
          Helper method to access the image registry from the DebugUiPlugin class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMG_OBJS_VARIABLE

public static final java.lang.String IMG_OBJS_VARIABLE
IMG_OBJS_VARIABLE

See Also:
Constant Field Values

IMG_OBJS_LOCAL_VARIABLE

public static final java.lang.String IMG_OBJS_LOCAL_VARIABLE
IMG_OBJS_LOCAL_VARIABLE

See Also:
Constant Field Values

IMG_OBJS_FIELD

public static final java.lang.String IMG_OBJS_FIELD
IMG_OBJS_FIELD

See Also:
Constant Field Values

IMG_OBJS_CONSTANT_FIELD

public static final java.lang.String IMG_OBJS_CONSTANT_FIELD
IMG_OBJS_CONSTANT_FIELD

See Also:
Constant Field Values

IMG_OBJS_EXCEPTION_VARIABLE

public static final java.lang.String IMG_OBJS_EXCEPTION_VARIABLE
IMG_OBJS_EXCEPTION_VARIABLE

See Also:
Constant Field Values

IMG_OBJS_JSEXCEPTION

public static final java.lang.String IMG_OBJS_JSEXCEPTION
IMG_OBJS_JSEXCEPTION

See Also:
Constant Field Values

IMG_OBJS_JSWATCHPOINT

public static final java.lang.String IMG_OBJS_JSWATCHPOINT
IMG_OBJS_JSWATCHPOINT

See Also:
Constant Field Values

IMG_OBJS_TOP_SCRIPT_ELEMENT

public static final java.lang.String IMG_OBJS_TOP_SCRIPT_ELEMENT
IMG_OBJS_TOP_SCRIPT_ELEMENT

See Also:
Constant Field Values

IMG_OBJS_SCRIPT_ELEMENT

public static final java.lang.String IMG_OBJS_SCRIPT_ELEMENT
IMG_OBJS_SCRIPT_ELEMENT

See Also:
Constant Field Values

IMG_OBJS_INSPECT

public static final java.lang.String IMG_OBJS_INSPECT
IMG_OBJS_INSPECT

See Also:
Constant Field Values

IMG_OVR_CONDITIONAL_BREAKPOINT

public static final java.lang.String IMG_OVR_CONDITIONAL_BREAKPOINT
IMG_OVR_CONDITIONAL_BREAKPOINT

See Also:
Constant Field Values

IMG_OVR_CONDITIONAL_BREAKPOINT_DISABLED

public static final java.lang.String IMG_OVR_CONDITIONAL_BREAKPOINT_DISABLED
IMG_OVR_CONDITIONAL_BREAKPOINT_DISABLED

See Also:
Constant Field Values

IMG_OVR_METHOD_BREAKPOINT_ENTRY

public static final java.lang.String IMG_OVR_METHOD_BREAKPOINT_ENTRY
IMG_OVR_METHOD_BREAKPOINT_ENTRY

See Also:
Constant Field Values

IMG_OVR_METHOD_BREAKPOINT_ENTRY_DISABLED

public static final java.lang.String IMG_OVR_METHOD_BREAKPOINT_ENTRY_DISABLED
IMG_OVR_METHOD_BREAKPOINT_ENTRY_DISABLED

See Also:
Constant Field Values

IMG_OVR_METHOD_BREAKPOINT_EXIT

public static final java.lang.String IMG_OVR_METHOD_BREAKPOINT_EXIT
IMG_OVR_METHOD_BREAKPOINT_EXIT

See Also:
Constant Field Values

IMG_OVR_METHOD_BREAKPOINT_EXIT_DISABLED

public static final java.lang.String IMG_OVR_METHOD_BREAKPOINT_EXIT_DISABLED
IMG_OVR_METHOD_BREAKPOINT_EXIT_DISABLED

See Also:
Constant Field Values
Method Detail

get

public static org.eclipse.swt.graphics.Image get(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

getImageDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
Returns the ImageDescriptor identified by the given key, or null if it does not exist.

Parameters:
key -
Returns:
ImageDescriptor

getImageRegistry

public static org.eclipse.jface.resource.ImageRegistry getImageRegistry()
Helper method to access the image registry from the DebugUiPlugin class.

Returns:
ImageRegistry

getImageDescriptorRegistry

public static org.eclipse.debug.internal.ui.ImageDescriptorRegistry getImageDescriptorRegistry()
getImageDescriptorRegistry

Returns:
ImageDescriptorRegistry