|
Autopsy
4.17.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 175 of file MiniTimelineDateListPanel.java.
| int org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getColumnCount | ( | ) |
Definition at line 201 of file MiniTimelineDateListPanel.java.
| String org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getColumnName | ( | int | column | ) |
Definition at line 236 of file MiniTimelineDateListPanel.java.
| int org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getRowCount | ( | ) |
Definition at line 195 of file MiniTimelineDateListPanel.java.
| Object org.sleuthkit.autopsy.discovery.ui.MiniTimelineDateListPanel.DateCountTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 220 of file MiniTimelineDateListPanel.java.
|
private |
Definition at line 178 of file MiniTimelineDateListPanel.java.
|
staticprivate |
Definition at line 177 of file MiniTimelineDateListPanel.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.