Class SharedImages

java.lang.Object
org.eclipse.ui.internal.SharedImages
All Implemented Interfaces:
ISharedImages

public class SharedImages extends Object implements ISharedImages
Common images used by the workbench which may be useful to other plug-ins.
  • Constructor Details

    • SharedImages

      public SharedImages()
  • Method Details

    • getImage

      public Image getImage(String symbolicName)
      Retrieves the specified image from the workbench plugin's image registry.
      Specified by:
      getImage in interface ISharedImages
      Parameters:
      symbolicName - the symbolic name of the image; there are constants declared in this interface for build-in images that come with the workbench
      Returns:
      the image, or null if not found
      See Also:
    • getImageDescriptor

      public ImageDescriptor getImageDescriptor(String symbolicName)
      Retrieves the specified image descriptor from the workbench plugin's image registry.
      Specified by:
      getImageDescriptor in interface ISharedImages
      Parameters:
      symbolicName - the symbolic name of the image; there are constants declared in this interface for build-in images that come with the workbench
      Returns:
      the image descriptor, or null if not found
      See Also: