Interface Thumbnail
-
- All Known Implementing Classes:
Quicklook
public interface Thumbnail
Created by luis on 29/01/2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Thumbnail.ThumbnailListener
-
Field Summary
Fields Modifier and Type Field Description static List<Thumbnail.ThumbnailListener>
listenerList
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
addListener(Thumbnail.ThumbnailListener listener)
BufferedImage
getImage(ProgressMonitor pm)
Product
getProduct()
boolean
hasCachedImage()
boolean
hasImage()
default void
notifyImageUpdated()
default void
removeListener(Thumbnail.ThumbnailListener listener)
-
-
-
Field Detail
-
listenerList
static final List<Thumbnail.ThumbnailListener> listenerList
-
-
Method Detail
-
hasImage
boolean hasImage()
-
hasCachedImage
boolean hasCachedImage()
-
getImage
BufferedImage getImage(ProgressMonitor pm)
-
getProduct
Product getProduct()
-
addListener
default void addListener(Thumbnail.ThumbnailListener listener)
-
removeListener
default void removeListener(Thumbnail.ThumbnailListener listener)
-
notifyImageUpdated
default void notifyImageUpdated()
-
-