Interface JThumbnailSelectionHandler<T>

Type Parameters:
T - the type of underlying thumbnail content

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 Type
    Method
    Description
    void
    handle(JThumbnailPane<T> pane, List<JThumbnail<T>> thumbnails)
    Handle the given thumbnails that have been selected (can be empty).
  • Method Details

    • handle

      void handle(JThumbnailPane<T> pane, List<JThumbnail<T>> thumbnails)
      Handle the given thumbnails that have been selected (can be empty).
      Parameters:
      pane - the thumbnail pane that is the source of the activation
      thumbnails - the thumbnails that have been selected