|
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) |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Table model which displays only that no results were found.
Definition at line 390 of file ArtifactsListPanel.java.
| int org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getColumnCount | ( | ) |
Definition at line 400 of file ArtifactsListPanel.java.
| String org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getColumnName | ( | int | column | ) |
Definition at line 411 of file ArtifactsListPanel.java.
| int org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getRowCount | ( | ) |
Definition at line 395 of file ArtifactsListPanel.java.
| Object org.sleuthkit.autopsy.discovery.ui.ArtifactsListPanel.EmptyTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 406 of file ArtifactsListPanel.java.
|
staticprivate |
Definition at line 392 of file ArtifactsListPanel.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.