Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractTableModel.
Public Member Functions | |
Class<?> | getColumnClass (int c) |
int | getColumnCount () |
int | getRowCount () |
Object | getValueAt (int rowIndex, int columnIndex) |
boolean | isCellEditable (int rowIndex, int columnIndex) |
void | setValueAt (Object aValue, int rowIndex, int columnIndex) |
Private Attributes | |
List< FilesSetRow > | filesSetRows |
Table model for a JTable component that allows users to enable and disable interesting files set definitions for an ingest job.
Definition at line 188 of file FilesIdentifierIngestJobSettingsPanel.java.
Class<?> org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getColumnClass | ( | int | c | ) |
Definition at line 247 of file FilesIdentifierIngestJobSettingsPanel.java.
int org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getColumnCount | ( | ) |
Definition at line 221 of file FilesIdentifierIngestJobSettingsPanel.java.
int org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getRowCount | ( | ) |
Definition at line 216 of file FilesIdentifierIngestJobSettingsPanel.java.
Object org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 226 of file FilesIdentifierIngestJobSettingsPanel.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.isCellEditable | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 235 of file FilesIdentifierIngestJobSettingsPanel.java.
void org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.setValueAt | ( | Object | aValue, |
int | rowIndex, | ||
int | columnIndex | ||
) |
Definition at line 240 of file FilesIdentifierIngestJobSettingsPanel.java.
|
private |
Definition at line 190 of file FilesIdentifierIngestJobSettingsPanel.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.