Autopsy  4.13.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.GrayableCellRenderer Class Reference

Inherits DefaultTableCellRenderer.

Inherited by org.sleuthkit.autopsy.casemodule.datasourcesummary.RightAlignedTableCellRenderer, org.sleuthkit.autopsy.guiutils.CenteredGrayableCellRenderer, org.sleuthkit.autopsy.guiutils.DurationCellRenderer, org.sleuthkit.autopsy.guiutils.LongDateCellRenderer, org.sleuthkit.autopsy.guiutils.ShortDateCellRenderer, and org.sleuthkit.autopsy.guiutils.StatusIconCellRenderer.

Public Member Functions

 GrayableCellRenderer ()
 
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 cell renderer that left-aligns cell content and grays out the cell if the table is disabled.

Definition at line 31 of file GrayableCellRenderer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.GrayableCellRenderer ( )

Definition at line 35 of file GrayableCellRenderer.java.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 33 of file GrayableCellRenderer.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.