| java.lang.Object net.refractions.udig.internal.ui.Images
Images | public class Images (Code) | | The image descriptors for the plugin
|
Method Summary | |
public static Image | get(String id) Returns the image associated with the given key,
or null if none. | public static ImageDescriptor | getDescriptor(String id) Returns the image descriptor for ID, or null if not found. | static ImageRegistry | registry() |
get | public static Image get(String id)(Code) | | Returns the image associated with the given key,
or null if none.
Parameters: key - the key the image, or null if none |
getDescriptor | public static ImageDescriptor getDescriptor(String id)(Code) | | Returns the image descriptor for ID, or null if not found.
Images are from RegistryUIPlugin.getDefault().getImages()
ImageDescriptor, or null if there is no such image. |
registry | static ImageRegistry registry()(Code) | | |
|
|