Autopsy  4.16.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.datasourcesummary.uiutils.RightAlignedTableCellRenderer Class Reference

Inherits org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.

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

Cell Renderer which extends grayable cell renderer to inherit highlighting but right aligns the contents will display the value of the cell or if the cell contains a NodeProperty the value of that NodeProperty sets text to empty string if null.

Definition at line 34 of file RightAlignedTableCellRenderer.java.

Member Function Documentation

Component org.sleuthkit.autopsy.datasourcesummary.uiutils.RightAlignedTableCellRenderer.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.datasourcesummary.uiutils.RightAlignedTableCellRenderer.serialVersionUID = 1L
staticprivate

Definition at line 36 of file RightAlignedTableCellRenderer.java.


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

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