Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JTable.
Public Member Functions | |
HashDb | getSelection () |
Component | prepareRenderer (TableCellRenderer renderer, int row, int column) |
void | selectRowByDatabase (HashDb db) |
void | selectRowByName (String name) |
void | setSelection (int index) |
This class implements a table for displaying configured hash sets.
Definition at line 450 of file HashLookupSettingsPanel.java.
HashDb org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.getSelection | ( | ) |
Definition at line 470 of file HashLookupSettingsPanel.java.
Component org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.prepareRenderer | ( | TableCellRenderer | renderer, |
int | row, | ||
int | column | ||
) |
Definition at line 453 of file HashLookupSettingsPanel.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.isValid().
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.selectRowByDatabase | ( | HashDb | db | ) |
Definition at line 480 of file HashLookupSettingsPanel.java.
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.selectRowByName | ( | String | name | ) |
Definition at line 485 of file HashLookupSettingsPanel.java.
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.setSelection | ( | int | index | ) |
Definition at line 474 of file HashLookupSettingsPanel.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.