Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractTableModel.
Public Member Functions | |
int | getColumnCount () |
String | getColumnName (int column) |
int | getRowCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
Private Attributes | |
final List< MiniTimelineResult > | dateCountList = new ArrayList<>() |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Table model which allows the artifact table in this panel to mimic a list of artifacts.
Definition at line 185 of file MiniTimelineDateListPanel.java.
int org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getColumnCount | ( | ) |
Definition at line 211 of file MiniTimelineDateListPanel.java.
String org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getColumnName | ( | int | column | ) |
Definition at line 246 of file MiniTimelineDateListPanel.java.
int org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getRowCount | ( | ) |
Definition at line 205 of file MiniTimelineDateListPanel.java.
Object org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 230 of file MiniTimelineDateListPanel.java.
|
private |
Definition at line 188 of file MiniTimelineDateListPanel.java.
|
staticprivate |
Definition at line 187 of file MiniTimelineDateListPanel.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.