|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.guiutils.GrayableCellRenderer.
Public Member Functions | |
| LongDateCellRenderer () | |
| 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 SimpleDateFormat | dateFormat = new SimpleDateFormat(FORMAT_STRING) |
| static final String | FORMAT_STRING = "yyyy/MM/dd HH:mm:ss" |
| static final long | serialVersionUID = 1L |
A JTable cell renderer that renders a date represented as a long as a center-aligned, long-format date string. It also grays out the cell if the table is disabled.
Definition at line 31 of file LongDateCellRenderer.java.
| org.sleuthkit.autopsy.guiutils.LongDateCellRenderer.LongDateCellRenderer | ( | ) |
Definition at line 37 of file LongDateCellRenderer.java.
| Component org.sleuthkit.autopsy.guiutils.LongDateCellRenderer.getTableCellRendererComponent | ( | JTable | table, |
| Object | value, | ||
| boolean | isSelected, | ||
| boolean | hasFocus, | ||
| int | row, | ||
| int | column | ||
| ) |
Definition at line 42 of file LongDateCellRenderer.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 35 of file LongDateCellRenderer.java.
|
staticprivate |
Definition at line 34 of file LongDateCellRenderer.java.
|
staticprivate |
Definition at line 33 of file LongDateCellRenderer.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.