|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 Summary | |
---|---|
Image |
getImage(AbstractTypedConfiguration configuration)
Provides an image for a recording component configuration. |
Image |
getImage(String componentType)
Provides an image for a recording component of the specific type. |
ImageDescriptor |
getImageDescriptor(AbstractTypedConfiguration configuration)
Provides an image for a recording component configuration. |
ImageDescriptor |
getImageDescriptor(String componentType)
Provides an image for a recording component of the specific type. |
Method Detail |
---|
ImageDescriptor getImageDescriptor(String componentType)
componentType
- A recording component (client or recorder) type.
null
is returned, the framework will use
the icon statically declared in plugin.xml, or a default icon if none
is defined.ImageDescriptor getImageDescriptor(AbstractTypedConfiguration configuration)
configuration
- A recording component (client or recorder) configuration.
null
is returned, the framework will use
the image returned by IRecordingComponentImageProvider.getImage(String)
.Image getImage(String componentType)
componentType
- A recording component (client or recorder) type.
null
is returned, the framework will use
the icon statically declared in plugin.xml, or a default icon if none
is defined.Image getImage(AbstractTypedConfiguration configuration)
configuration
- A recording component (client or recorder) configuration.
null
is returned, the framework will use
the image returned by IRecordingComponentImageProvider.getImage(String)
.
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |