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

Inherits JPanel, and ListCellRenderer< ImageThumbnailWrapper >.

Public Member Functions

 ImageThumbnailPanel ()
 
Component getListCellRendererComponent (JList<?extends ImageThumbnailWrapper > list, ImageThumbnailWrapper 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 scoreLabel
 
javax.swing.JLabel thumbnailLabel
 

Static Private Attributes

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

Detailed Description

Class which displays a thumbnail and information for an image file.

Definition at line 35 of file ImageThumbnailPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.ImageThumbnailPanel ( )

Member Function Documentation

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

Definition at line 156 of file ImageThumbnailPanel.java.

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

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.fileSizeLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.isDeletedLabel
private
final int org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.MAX_NAME_STRING = 30
staticprivate
javax.swing.JLabel org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.nameLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.scoreLabel
private
final Color org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.SELECTION_COLOR = new Color(0, 120, 215)
staticprivate

Definition at line 38 of file ImageThumbnailPanel.java.

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

Definition at line 37 of file ImageThumbnailPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.filequery.ImageThumbnailPanel.thumbnailLabel
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.