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

Inherits org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.

Classes

enum  Status
 

Public Member Functions

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

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A JTable and outline view cell renderer that represents a status as a center-aligned icon, and grays out the cell if the table is disabled. The statuses represented are OK, WARNING, and ERROR.

Definition at line 36 of file StatusIconCellRenderer.java.

Member Function Documentation

Component org.sleuthkit.autopsy.guiutils.StatusIconCellRenderer.getTableCellRendererComponent ( JTable  table,
Object  value,
boolean  isSelected,
boolean  hasFocus,
int  row,
int  column 
)
void org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.grayCellIfTableNotEnabled ( JTable  table,
boolean  isSelected 
)
inherited

Member Data Documentation

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

Definition at line 38 of file StatusIconCellRenderer.java.


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

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