Autopsy
4.16.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) |
boolean | isCellEditable (int rowIndex, int columnIndex) |
void | setValueAt (Object aValue, int rowIndex, int columnIndex) |
Private Member Functions | |
String | shortenPath (String path) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Table model to keep track of recent cases.
Definition at line 165 of file OpenRecentCasePanel.java.
int org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getColumnCount | ( | ) |
Definition at line 181 of file OpenRecentCasePanel.java.
String org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getColumnName | ( | int | column | ) |
Definition at line 186 of file OpenRecentCasePanel.java.
int org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getRowCount | ( | ) |
Definition at line 170 of file OpenRecentCasePanel.java.
Object org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 202 of file OpenRecentCasePanel.java.
boolean org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.isCellEditable | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 219 of file OpenRecentCasePanel.java.
void org.sleuthkit.autopsy.casemodule.OpenRecentCasePanel.RecentCasesTableModel.setValueAt | ( | Object | aValue, |
int | rowIndex, | ||
int | columnIndex | ||
) |
Definition at line 224 of file OpenRecentCasePanel.java.
|
private |
Shortens a path to fit the display.
path | The path to shorten. |
Definition at line 234 of file OpenRecentCasePanel.java.
|
staticprivate |
Definition at line 167 of file OpenRecentCasePanel.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.