UML

org.topcased.modeler.uml.profilediagram
Class ProfileImageRegistry

java.lang.Object
  extended by org.topcased.modeler.uml.profilediagram.ProfileImageRegistry

public final class ProfileImageRegistry
extends java.lang.Object

Handle image

** Generated **

Field Summary
static java.lang.String BUNDLE
          the bundle id of the images
 
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
 

Field Detail

BUNDLE

public static final java.lang.String BUNDLE
the bundle id of the images

See Also:
Constant Field Values
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 **

UML

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