Interface IRuntimeComponentImageProvider


  • public interface IRuntimeComponentImageProvider
    Image provider for 1C:Enterprise Runtime component types.
    Loads 'com._1c.g5.v8.dt.platform.services.ui.runtimeComponentImages' extension point images.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.swt.graphics.Image getImage​(String typeId)
      Returns image for the given 1C:Enterprise Runtime component type.
      org.eclipse.jface.resource.ImageDescriptor getImageDescriptor​(String typeId)
      Returns image descriptor for the given 1C:Enterprise Runtime component type.
    • Method Detail

      • getImageDescriptor

        org.eclipse.jface.resource.ImageDescriptor getImageDescriptor​(String typeId)
        Returns image descriptor for the given 1C:Enterprise Runtime component type. Can return null if no images was registered for this type.
        Parameters:
        typeId - 1C:Enterprise Runtime component type identifier, cannot be null
        Returns:
        image descriptor for the given 1C:Enterprise Runtime component type, or null if there is none registered
      • getImage

        org.eclipse.swt.graphics.Image getImage​(String typeId)
        Returns image for the given 1C:Enterprise Runtime component type. Can return null if no images was registered for this type.
        Parameters:
        typeId - 1C:Enterprise Runtime component type identifier, cannot be null
        Returns:
        image for the given 1C:Enterprise Runtime component type, or null if there is none registered