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

Inherits DefaultOutlineCellRenderer.

Public Member Functions

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

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

This custom renderer extends the renderer that was already being used by the outline table. This renderer colors a row if the tags property of the node is not empty.

Definition at line 758 of file DataResultViewerTable.java.

Member Function Documentation

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

Definition at line 763 of file DataResultViewerTable.java.

Member Data Documentation

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

Definition at line 760 of file DataResultViewerTable.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.