|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThumbnailViewer
A Viewer that can get thumbnails from the ThumbnailLoader
Method Summary | |
---|---|
void |
setImage(ImageModel imageProps,
java.awt.Image image)
Notifies the thumbnail viewer that the supplied image has been updated. |
void |
setMessage(ImageModel imageProps,
java.lang.String msg)
Notifies the thumbnail viewer that the image couldnt be loaded. |
Method Detail |
---|
void setImage(ImageModel imageProps, java.awt.Image image)
imageProps
- the image properties detailing which image that was updated.image
- the new raw image as an imagedata object.void setMessage(ImageModel imageProps, java.lang.String msg)
imageProps
- the image properties detailing which image that was updated.msg
- the message stating what happened
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |