| java.lang.Object org.eclipse.ui.internal.ide.registry.ProjectImageRegistry
ProjectImageRegistry | public class ProjectImageRegistry (Code) | | Registry to hold mappings from project natures to images
|
getNatureImage | public ImageDescriptor getNatureImage(String natureId)(Code) | | Returns the image for the given nature id or
null if no image is registered for the given id
|
load | public void load()(Code) | | Reads from the plugin registry.
|
setNatureImage | public void setNatureImage(String natureId, ImageDescriptor image)(Code) | | Sets the image for the given nature id
|
|
|