Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.noa4e.ui
Class NOAUIPluginImages

java.lang.Object
  extended by ag.ion.noa4e.ui.NOAUIPluginImages

public class NOAUIPluginImages
extends java.lang.Object

Image registry of the plugin.


Field Summary
static java.lang.String IMG_WIZBAN_APPLICATION
          Banner for an office application wizard.
 
Constructor Summary
NOAUIPluginImages()
           
 
Method Summary
static org.eclipse.swt.graphics.Image getImage(java.lang.String key)
          Returns the Image identified by the given key, or null if it does not exist.
static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
          Returns image descriptor of the image with the submitted key.
static org.eclipse.jface.resource.ImageRegistry getImageRegistry()
          Returns the image registry.
static org.eclipse.jface.resource.ImageRegistry initializeImageRegistry()
          Initializes the image registry and declare all images.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMG_WIZBAN_APPLICATION

public static final java.lang.String IMG_WIZBAN_APPLICATION
Banner for an office application wizard.

See Also:
Constant Field Values
Constructor Detail

NOAUIPluginImages

public NOAUIPluginImages()
Method Detail

initializeImageRegistry

public static org.eclipse.jface.resource.ImageRegistry initializeImageRegistry()
Initializes the image registry and declare all images.

Returns:
initialized image registry.

getImageRegistry

public static org.eclipse.jface.resource.ImageRegistry getImageRegistry()
Returns the image registry.

Returns:
image registry

getImage

public static org.eclipse.swt.graphics.Image getImage(java.lang.String key)
Returns the Image identified by the given key, or null if it does not exist.

Parameters:
key - key to be used
Returns:
image

getImageDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
Returns image descriptor of the image with the submitted key.

Parameters:
key - key to be used
Returns:
image descriptor of the image with the submitted key

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013