|
Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractTableModel.
Public Member Functions | |
| Class<?> | getColumnClass (int c) |
| 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 | |
| boolean | isValid (int rowIndex) |
This class implements the table model for the table used to display configured hash sets.
Definition at line 522 of file HashLookupSettingsPanel.java.
| Class<?> org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getColumnClass | ( | int | c | ) |
Definition at line 567 of file HashLookupSettingsPanel.java.
| int org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getColumnCount | ( | ) |
Definition at line 527 of file HashLookupSettingsPanel.java.
| String org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getColumnName | ( | int | column | ) |
Definition at line 537 of file HashLookupSettingsPanel.java.
| int org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getRowCount | ( | ) |
Definition at line 532 of file HashLookupSettingsPanel.java.
| Object org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getValueAt | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 542 of file HashLookupSettingsPanel.java.
| boolean org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.isCellEditable | ( | int | rowIndex, |
| int | columnIndex | ||
| ) |
Definition at line 556 of file HashLookupSettingsPanel.java.
|
private |
Definition at line 546 of file HashLookupSettingsPanel.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger().
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.prepareRenderer().
| void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.setValueAt | ( | Object | aValue, |
| int | rowIndex, | ||
| int | columnIndex | ||
| ) |
Definition at line 561 of file HashLookupSettingsPanel.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.