|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.validation.Images
public class Images
The image descrptors for the plugin
Constructor Summary | |
---|---|
Images()
|
Method Summary | |
---|---|
void |
cleanUp()
Cleanup image cache. |
Image |
get(java.lang.String id)
Returns the image associated with the given key, or null if none. |
static ImageDescriptor |
getDescriptor(java.lang.String id)
Returns the image descriptor for ID, or null if not found. |
ImageDescriptor |
getImageDescriptor(java.lang.String id)
|
void |
initializeImages(java.net.URL url,
ImageRegistry shared)
Initializes the table of images used in this plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Images()
Method Detail |
---|
public static ImageDescriptor getDescriptor(java.lang.String id)
Images are from CatalogUIPlugin.getDefault().getImages()
id
-
public void initializeImages(java.net.URL url, ImageRegistry shared)
The Images from ISharedImages will be registered with CatalogUIPlugin.getDefault().getImageRegistry().
url
- shared
- public void cleanUp()
public ImageDescriptor getImageDescriptor(java.lang.String id)
public Image get(java.lang.String id)
null
if none.
id
- the key
null
if none
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |