| java.lang.Object net.refractions.udig.location.internal.Images
Images | public class Images (Code) | | The image descrptors for the plugin
|
Method Summary | |
public void | cleanUp() Cleanup image cache. | synchronized ImageDescriptor | create(String id) Creates an image descriptor for later use. | public 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. | public ImageDescriptor | getImageDescriptor(String id) | public void | initializeImages(URL url, ImageRegistry shared) Initializes the table of images used in this plugin. |
PATH_ELOCALTOOL | final public static String PATH_ELOCALTOOL(Code) | | |
cleanUp | public void cleanUp()(Code) | | Cleanup image cache.
|
create | synchronized ImageDescriptor create(String id)(Code) | | Creates an image descriptor for later use.
|
get | public Image get(String id)(Code) | | Returns the image associated with the given key,
or null if none.
Parameters: id - 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 CatalogUIPlugin.getDefault().getImages()
Parameters: id - the key ImageDescriptor, or null if there is no such image. |
getImageDescriptor | public ImageDescriptor getImageDescriptor(String id)(Code) | | |
initializeImages | public void initializeImages(URL url, ImageRegistry shared)(Code) | | Initializes the table of images used in this plugin.
The Images from ISharedImages will be registered with
CatalogUIPlugin.getDefault().getImageRegistry().
Parameters: url - Parameters: shared - |
|
|