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

Inherits JPanel, and ListCellRenderer< DocumentWrapper >.

Public Member Functions

 DocumentPanel ()
 
Component getListCellRendererComponent (JList<?extends DocumentWrapper > list, DocumentWrapper value, int index, boolean isSelected, boolean cellHasFocus)
 
String getToolTipText (MouseEvent event)
 

Private Member Functions

void initComponents ()
 

Private Attributes

javax.swing.JLabel fileSizeLabel
 
javax.swing.JLabel isDeletedLabel
 
javax.swing.JLabel nameLabel
 
javax.swing.JLabel numberOfImagesLabel
 
javax.swing.JTextPane previewTextPane
 
javax.swing.JLabel sampleImageLabel
 
javax.swing.JLabel scoreLabel
 

Static Private Attributes

static final int MAX_NAME_STRING = 90
 
static final Color SELECTION_COLOR = new Color(0, 120, 215)
 
static final long serialVersionUID = 1L
 

Detailed Description

Class which displays a preview and details about a document.

Definition at line 36 of file DocumentPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filequery.DocumentPanel.DocumentPanel ( )

Member Function Documentation

Component org.sleuthkit.autopsy.filequery.DocumentPanel.getListCellRendererComponent ( JList<?extends DocumentWrapper list,
DocumentWrapper  value,
int  index,
boolean  isSelected,
boolean  cellHasFocus 
)
String org.sleuthkit.autopsy.filequery.DocumentPanel.getToolTipText ( MouseEvent  event)

Definition at line 183 of file DocumentPanel.java.

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

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.filequery.DocumentPanel.fileSizeLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.filequery.DocumentPanel.isDeletedLabel
private
final int org.sleuthkit.autopsy.filequery.DocumentPanel.MAX_NAME_STRING = 90
staticprivate
javax.swing.JLabel org.sleuthkit.autopsy.filequery.DocumentPanel.nameLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.filequery.DocumentPanel.numberOfImagesLabel
private
javax.swing.JTextPane org.sleuthkit.autopsy.filequery.DocumentPanel.previewTextPane
private
javax.swing.JLabel org.sleuthkit.autopsy.filequery.DocumentPanel.sampleImageLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.filequery.DocumentPanel.scoreLabel
private
final Color org.sleuthkit.autopsy.filequery.DocumentPanel.SELECTION_COLOR = new Color(0, 120, 215)
staticprivate

Definition at line 39 of file DocumentPanel.java.

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

Definition at line 38 of file DocumentPanel.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.