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