Ecore

org.topcased.modeler.ecore
Class EcoreImageRegistry

java.lang.Object
  extended by org.topcased.modeler.ecore.EcoreImageRegistry

public final class EcoreImageRegistry
extends java.lang.Object

Handle image

** Generated **

Method Summary
static org.eclipse.swt.graphics.Image getImage(java.lang.String key)
          Clients should not dispose the Image returned.
static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
          Build an image descriptor for the given key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImage

public static org.eclipse.swt.graphics.Image getImage(java.lang.String key)
Clients should not dispose the Image returned.

Parameters:
key - the key (one of the constants defined in this class)
Returns:
the Image associated with the given key
** Generated **

getImageDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
Build an image descriptor for the given key

Parameters:
key - the key
Returns:
the ImageDescriptor associated with the given key
** Generated **

Ecore

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.