Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
Component org.sleuthkit.autopsy.datasourcesummary.uiutils.RightAlignedTableCellRenderer.getTableCellRendererComponent | ( | JTable | table, |
Object | value, | ||
boolean | isSelected, | ||
boolean | hasFocus, | ||
int | row, | ||
int | column | ||
) |
Definition at line 39 of file RightAlignedTableCellRenderer.java.
References org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.grayCellIfTableNotEnabled().
|
inherited |
Definition at line 48 of file GrayableCellRenderer.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.RightAlignedTableCellRenderer.getTableCellRendererComponent(), org.sleuthkit.autopsy.guiutils.DurationCellRenderer.getTableCellRendererComponent(), org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.getTableCellRendererComponent(), org.sleuthkit.autopsy.guiutils.LongDateCellRenderer.getTableCellRendererComponent(), and org.sleuthkit.autopsy.guiutils.StatusIconCellRenderer.getTableCellRendererComponent().
|
staticprivate |
Definition at line 36 of file RightAlignedTableCellRenderer.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.