| |
|
| java.lang.Object org.eclipse.ui.internal.SharedImages
SharedImages | public class SharedImages implements ISharedImages(Code) | | Common images used by the workbench which may be useful to other plug-ins.
|
Method Summary | |
public Image | getImage(String symbolicName) Retrieves the specified image from the workbench plugin's image registry. | public ImageDescriptor | getImageDescriptor(String symbolicName) Retrieves the specified image descriptor from the workbench plugin's image registry. |
getImage | public Image getImage(String symbolicName)(Code) | | Retrieves the specified image from the workbench plugin's image registry.
See Also: ISharedImages |
getImageDescriptor | public ImageDescriptor getImageDescriptor(String symbolicName)(Code) | | Retrieves the specified image descriptor from the workbench plugin's image registry.
See Also: ISharedImages |
|
|
|