A registry for common images which may be useful to other plug-ins.
This lists the ImageDescriptors that are available via
RegistryUI.getImageResource(). The fact that a constant is mentioned here, by convention, makes
the associated Image part of the Plug-In api.
A warning means that the system is making an assumption. The user should be able to edit the
data source and fix the problem.
The context menu could provide a list of suggested fixes, or if there is only one it should
probably just do it. An example of this would be getting back a redirect for WFS url. The fix
would be to remember the redirect (rather than the origional). This is the kind of thing that
should just happen.
Returns shared image for the given image ID. Returns null if there is no such image.
Parameters: id - Constant from ISharedImages Shared image for image ID, do plugin will manage disposal.
getImageDescriptor
public ImageDescriptor getImageDescriptor(String id)(Code)
Returns the image descriptor for the given image ID. Returns null if there is no such image.
Parameters: id - Constant from ISharedImages ImageDescriptor locating resource associated with id