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

Inherits DefaultOutlineCellRenderer.

Public Member Functions

Component getTableCellRendererComponent (JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
 

Private Member Functions

ImageIcon getIcon (Significance significance)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 1243 of file DataResultViewerTable.java.

Member Function Documentation

ImageIcon org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ScoreCellRenderer.getIcon ( Significance  significance)
private

Returns the icon denoted by the Score's Significance.

Parameters
significanceThe Score's Significance.
Returns
The icon (or null) related to that significance.

Definition at line 1254 of file DataResultViewerTable.java.

Component org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ScoreCellRenderer.getTableCellRendererComponent ( JTable  table,
Object  value,
boolean  isSelected,
boolean  hasFocus,
int  row,
int  column 
)

Definition at line 1273 of file DataResultViewerTable.java.

Member Data Documentation

final long org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ScoreCellRenderer.serialVersionUID = 1L
staticprivate

Definition at line 1245 of file DataResultViewerTable.java.


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

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