de.cau.cs.kieler.core.annotations.ui
Class AnnotationsUiPlugin.Images
java.lang.Object
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

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 |
AnnotationsUiPlugin.Images
public AnnotationsUiPlugin.Images()
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