com.ibm.rational.test.lt.recorder.ui.extensibility

Interface IRecordingComponentImageProvider



  • public interface IRecordingComponentImageProvider
    Enables extensions to provide specific icons for recording components. This interface allows extensions to provide an icon for a type of recording component, for a specific configuration of a recording component, and for a specific instance of a recording component.
    • Method Detail

      • getImageDescriptor

        ImageDescriptor getImageDescriptor(String componentType)
        Provides an image for a recording component of the specific type.
        Parameters:
        componentType - A recording component (client or recorder) type.
        Returns:
        An image descriptor. If null is returned, the framework will use the icon statically declared in plugin.xml, or a default icon if none is defined.
      • getImage

        Image getImage(String componentType)
        Provides an image for a recording component of the specific type.
        Parameters:
        componentType - A recording component (client or recorder) type.
        Returns:
        An image. If null is returned, the framework will use the icon statically declared in plugin.xml, or a default icon if none is defined.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.