Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.filequery.ImageThumbnailViewer Class Reference

Inherits JPanel.

Public Member Functions

 ImageThumbnailViewer ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JList< ImageThumbnailWrapperthumbnailList
 
final DefaultListModel< ImageThumbnailWrapperthumbnailListModel = new DefaultListModel<>()
 
javax.swing.JScrollPane thumbnailListScrollPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A JPanel to display image thumbnails.

Definition at line 31 of file ImageThumbnailViewer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.ImageThumbnailViewer ( )

Member Function Documentation

void org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 52 of file ImageThumbnailViewer.java.

References org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.thumbnailList, and org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.thumbnailListScrollPane.

Referenced by org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.ImageThumbnailViewer().

Member Data Documentation

final long org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.serialVersionUID = 1L
staticprivate

Definition at line 33 of file ImageThumbnailViewer.java.

javax.swing.JList<ImageThumbnailWrapper> org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.thumbnailList
private
final DefaultListModel<ImageThumbnailWrapper> org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.thumbnailListModel = new DefaultListModel<>()
private

Definition at line 35 of file ImageThumbnailViewer.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.filequery.ImageThumbnailViewer.thumbnailListScrollPane
private

The documentation for this class was generated from the following file:

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.