public interface IRecordingComponentImageProvider
Modifier and Type | Method and Description |
---|---|
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.
|
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)
.© Copyright IBM Corp. 2013. All rights reserved.