- Type Parameters:
T- the type of the objects that are displayed within the thumbnails.
- All Superinterfaces:
EventListener
An event listener that can deal with JThumbnailPanel.
- Since:
- 1.0.8
- Version:
- "1.0.14" - b202111241200L
- Author:
- Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidthumbnailActivated(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailhas been activated within thepanel.voidthumbnailAdded(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailhas been added to thepanel.voidthumbnailEntered(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailshave been activated within thepanel.voidthumbnailExited(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailhas been exited.voidthumbnailNeedRefresh(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailneed to be refreshed.voidthumbnailRemoved(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailhas been removed from thepanel.voidthumbnailSelected(JThumbnailPanel<T> panel, List<JThumbnail<T>> thumbnails) The giventhumbnailshave been selected within thepanel.voidthumbnailSelected(JThumbnailPanel<T> panel, JThumbnail<T> thumbnail) The giventhumbnailhas been selected within thepanel.
-
Method Details
-
thumbnailAdded
The giventhumbnailhas been added to thepanel.- Parameters:
panel- the source of the event.thumbnail- the added thumbnail.
-
thumbnailRemoved
The giventhumbnailhas been removed from thepanel.- Parameters:
panel- the source of the event.thumbnail- the removed thumbnail.
-
thumbnailSelected
The giventhumbnailhas been selected within thepanel.- Parameters:
panel- the source of the event.thumbnail- the selected thumbnail.
-
thumbnailSelected
The giventhumbnailshave been selected within thepanel.- Parameters:
panel- the source of the event.thumbnails- the selected thumbnails.
-
thumbnailActivated
The giventhumbnailhas been activated within thepanel.- Parameters:
panel- the source of the event.thumbnail- the activated thumbnail.
-
thumbnailEntered
The giventhumbnailshave been activated within thepanel.- Parameters:
panel- the source of the event.thumbnail- the activated thumbnail.
-
thumbnailExited
The giventhumbnailhas been exited.- Parameters:
panel- the source of the event.thumbnail- the exited thumbnail.
-
thumbnailNeedRefresh
The giventhumbnailneed to be refreshed.- Parameters:
panel- panel the source of the event.thumbnail- the thumbnail that need to be refreshed.
-