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

Inherits DefaultTableCellRenderer.

Public Member Functions

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

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Simple Cell renderer for JTables that will set the value of the labels tooltip to be the same as the label.

Definition at line 30 of file SimpleTableCellRenderer.java.

Member Function Documentation

Component org.sleuthkit.autopsy.guiutils.SimpleTableCellRenderer.getTableCellRendererComponent ( JTable  table,
Object  value,
boolean  isSelected,
boolean  hasFocus,
int  row,
int  column 
)

Definition at line 35 of file SimpleTableCellRenderer.java.

Member Data Documentation

final long org.sleuthkit.autopsy.guiutils.SimpleTableCellRenderer.serialVersionUID = 1L
staticprivate

Definition at line 32 of file SimpleTableCellRenderer.java.


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

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