com.sdm.quasar.client.swing.dialogbase.services
Interface ImageProviderService
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- ImageProviderFeature
- public interface ImageProviderService
- extends Service
|
Method Summary |
java.awt.Image |
getImage(java.lang.String id)
Returns the Image associated with the given id. |
javax.swing.ImageIcon |
getImageIcon(java.lang.String id)
Returns the ImageIcon associated with the given id. |
getImageIcon
public javax.swing.ImageIcon getImageIcon(java.lang.String id)
- Returns the
ImageIcon associated with the given id.
- Parameters:
id - the id of the image
- Returns:
- the
ImageIcon or null, if no icon was found
getImage
public java.awt.Image getImage(java.lang.String id)
- Returns the
Image associated with the given id.
- Parameters:
id - the id of the image
- Returns:
- the
ImageIcon or null, if no icon was found