Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable Class Reference

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)
 

Detailed Description

This class implements a table for displaying configured hash sets.

Definition at line 438 of file HashLookupSettingsPanel.java.

Member Function Documentation

HashDb org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.getSelection ( )

Definition at line 458 of file HashLookupSettingsPanel.java.

Component org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.prepareRenderer ( TableCellRenderer  renderer,
int  row,
int  column 
)
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.selectRowByDatabase ( HashDb  db)

Definition at line 468 of file HashLookupSettingsPanel.java.

void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.selectRowByName ( String  name)

Definition at line 473 of file HashLookupSettingsPanel.java.

void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTable.setSelection ( int  index)

Definition at line 462 of file HashLookupSettingsPanel.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.