Autopsy
4.9.1
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 Member Functions | |
ImageIcon | getIcon (IngestModuleModel module) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Custom table model to display ingest module names and enable/disable ingest modules.
Definition at line 583 of file IngestJobSettingsPanel.java.
Class<?> org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel.IngestModulesTableModel.getColumnClass | ( | int | c | ) |
Definition at line 623 of file IngestJobSettingsPanel.java.
int org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel.IngestModulesTableModel.getColumnCount | ( | ) |
Definition at line 593 of file IngestJobSettingsPanel.java.
|
private |
Definition at line 627 of file IngestJobSettingsPanel.java.
References org.sleuthkit.autopsy.ingest.IngestModuleFactory.getModuleDisplayName(), org.sleuthkit.autopsy.ingest.IngestModuleTemplate.getModuleFactory(), org.sleuthkit.autopsy.ingest.IngestModuleFactory.getModuleVersionNumber(), org.sleuthkit.autopsy.ingest.IngestModuleFactory.isDataSourceIngestModuleFactory(), and org.sleuthkit.autopsy.ingest.IngestModuleFactory.isFileIngestModuleFactory().
int org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel.IngestModulesTableModel.getRowCount | ( | ) |
Definition at line 588 of file IngestJobSettingsPanel.java.
Object org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel.IngestModulesTableModel.getValueAt | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 598 of file IngestJobSettingsPanel.java.
boolean org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel.IngestModulesTableModel.isCellEditable | ( | int | rowIndex, |
int | columnIndex | ||
) |
Definition at line 611 of file IngestJobSettingsPanel.java.
void org.sleuthkit.autopsy.ingest.IngestJobSettingsPanel.IngestModulesTableModel.setValueAt | ( | Object | aValue, |
int | rowIndex, | ||
int | columnIndex | ||
) |
Definition at line 616 of file IngestJobSettingsPanel.java.
|
staticprivate |
Definition at line 585 of file IngestJobSettingsPanel.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.