Autopsy
4.7.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 166 of file FilesIdentifierIngestJobSettingsPanel.java.
Class<?> org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getColumnClass | ( | int | c | ) |
Definition at line 225 of file FilesIdentifierIngestJobSettingsPanel.java.
int org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getColumnCount | ( | ) |
Definition at line 199 of file FilesIdentifierIngestJobSettingsPanel.java.
int org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getRowCount | ( | ) |
Definition at line 194 of file FilesIdentifierIngestJobSettingsPanel.java.
Object org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 204 of file FilesIdentifierIngestJobSettingsPanel.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.isCellEditable | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 213 of file FilesIdentifierIngestJobSettingsPanel.java.
void org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.setValueAt | ( | Object | aValue, |
int | rowIndex, | ||
int | columnIndex | ||
) |
Definition at line 218 of file FilesIdentifierIngestJobSettingsPanel.java.
|
private |
Definition at line 168 of file FilesIdentifierIngestJobSettingsPanel.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.