Interface JThumbnailSelectionHandler<T>
- Type Parameters:
T- the type of underlyingthumbnailcontent
public interface JThumbnailSelectionHandler<T>
A handler that enables to process
thumbnail selection.- Author:
- Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(JThumbnailPane<T> pane, List<JThumbnail<T>> thumbnails) Handle the giventhumbnailsthat have been selected (can be empty).
-
Method Details
-
handle
Handle the giventhumbnailsthat have been selected (can be empty).- Parameters:
pane- the thumbnail pane that is the source of the activationthumbnails- the thumbnails that have been selected
-