de.cau.cs.kieler.core.annotations.ui
Class AnnotationsUiPlugin.Images

java.lang.Object
  extended by de.cau.cs.kieler.core.annotations.ui.AnnotationsUiPlugin.Images
Enclosing class:
AnnotationsUiPlugin

public static class AnnotationsUiPlugin.Images
extends Object

nested class used to store images that are loaded at runtime.

Rating red

Constructor Summary
AnnotationsUiPlugin.Images()
           
 
Method Summary
 Image get(String key)
          Retrieve the image for the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsUiPlugin.Images

public AnnotationsUiPlugin.Images()
Method Detail

get

public Image get(String key)
Retrieve the image for the given key. The key is the image file name without extension.

Parameters:
key - image file name
Returns:
the corresponding image, or null if there is no such image