Uses of Class
org.jorigin.jfx.thumbnail.JThumbnail
Packages that use JThumbnail
-
Uses of JThumbnail in org.jorigin.jfx.thumbnail
Methods in org.jorigin.jfx.thumbnail with parameters of type JThumbnailModifier and TypeMethodDescriptionbooleanJThumbnailPane.addThumbnail(JThumbnail<T> thumbnail) Add the giventhumbnailto this pane.voidJThumbnailActivationHandler.handle(JThumbnailPane<T> pane, JThumbnail<T> thumbnail) Handle the giventhumbnailthat has been activated.booleanJThumbnailPane.removeThumbnail(JThumbnail<T> thumbnail) Remove the giventhumbnailfrom this pane.Method parameters in org.jorigin.jfx.thumbnail with type arguments of type JThumbnailModifier and TypeMethodDescriptionvoidJThumbnailSelectionHandler.handle(JThumbnailPane<T> pane, List<JThumbnail<T>> thumbnails) Handle the giventhumbnailsthat have been selected (can be empty).