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.DocumentPreviewViewer Class Reference

Inherits JPanel.

Public Member Functions

 DocumentPreviewViewer ()
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JList< DocumentWrapperdocumentList
 
final DefaultListModel< DocumentWrapperdocumentListModel = new DefaultListModel<>()
 
javax.swing.JScrollPane documentScrollPane
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A JPanel to display document previews.

Definition at line 30 of file DocumentPreviewViewer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.DocumentPreviewViewer ( )

Creates new form DocumentViewer

Definition at line 38 of file DocumentPreviewViewer.java.

References org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.initComponents().

Member Function Documentation

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

References org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.documentList, and org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.documentScrollPane.

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

Member Data Documentation

javax.swing.JList<DocumentWrapper> org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.documentList
private
final DefaultListModel<DocumentWrapper> org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.documentListModel = new DefaultListModel<>()
private

Definition at line 33 of file DocumentPreviewViewer.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.documentScrollPane
private
final long org.sleuthkit.autopsy.filequery.DocumentPreviewViewer.serialVersionUID = 1L
staticprivate

Definition at line 32 of file DocumentPreviewViewer.java.


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.