Autopsy  4.14.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.VideoThumbnailViewer Class Reference

Inherits JPanel.

Public Member Functions

 VideoThumbnailViewer ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JList< VideoThumbnailsWrapper > thumbnailList
 
final DefaultListModel< VideoThumbnailsWrapper > thumbnailListModel = new DefaultListModel<>()
 
javax.swing.JScrollPane thumbnailListScrollPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A JPanel to display video thumbnails.

Definition at line 31 of file VideoThumbnailViewer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filequery.VideoThumbnailViewer.VideoThumbnailViewer ( )

Member Function Documentation

void org.sleuthkit.autopsy.filequery.VideoThumbnailViewer.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 98 of file VideoThumbnailViewer.java.

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

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

Member Data Documentation

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

Definition at line 33 of file VideoThumbnailViewer.java.

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

Definition at line 34 of file VideoThumbnailViewer.java.

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

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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.