Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel Class Reference

Inherits org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel, and PropertyChangeListener.

Classes

class  HashSetModel
 
class  HashSetsTableModel
 

Public Member Functions

void propertyChange (PropertyChangeEvent event)
 
IngestModuleIngestJobSettings getSettings ()
 

Private Member Functions

void initializeHashSetModels (HashLookupModuleSettings settings)
 
void initializeHashSetModels (HashLookupModuleSettings settings, List< HashDb > hashDbs, List< HashSetModel > hashSetModels)
 
void customizeComponents (HashLookupModuleSettings settings)
 
void customizeHashSetsTable (JScrollPane scrollPane, JTable table, HashSetsTableModel tableModel)
 
void getHashSetNames (List< HashSetModel > hashSetModels, List< String > enabledHashSetNames, List< String > disabledHashSetNames)
 
void updateHashSetModels ()
 
boolean isHashDbIndexed (HashDb hashDb)
 
void initComponents ()
 

Private Attributes

final HashDbManager hashDbManager = HashDbManager.getInstance()
 
final List< HashSetModelknownHashSetModels = new ArrayList<>()
 
final HashSetsTableModel knownHashSetsTableModel = new HashSetsTableModel(knownHashSetModels)
 
final List< HashSetModelknownBadHashSetModels = new ArrayList<>()
 
final HashSetsTableModel knownBadHashSetsTableModel = new HashSetsTableModel(knownBadHashSetModels)
 
javax.swing.JCheckBox alwaysCalcHashesCheckbox
 
javax.swing.JScrollPane jScrollPane1
 
javax.swing.JScrollPane jScrollPane2
 
javax.swing.JLabel knownBadHashDbsLabel
 
javax.swing.JTable knownBadHashTable
 
javax.swing.JLabel knownHashDbsLabel
 
javax.swing.JTable knownHashTable
 

Detailed Description

Ingest job settings panel for hash lookup file ingest modules.

Definition at line 41 of file HashLookupModuleSettingsPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.customizeComponents ( HashLookupModuleSettings  settings)
private
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.customizeHashSetsTable ( JScrollPane  scrollPane,
JTable  table,
HashSetsTableModel  tableModel 
)
private
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.getHashSetNames ( List< HashSetModel hashSetModels,
List< String >  enabledHashSetNames,
List< String >  disabledHashSetNames 
)
private
IngestModuleIngestJobSettings org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.getSettings ( )
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.initComponents ( )
private
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.initializeHashSetModels ( HashLookupModuleSettings  settings)
private
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.initializeHashSetModels ( HashLookupModuleSettings  settings,
List< HashDb hashDbs,
List< HashSetModel hashSetModels 
)
private
boolean org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.isHashDbIndexed ( HashDb  hashDb)
private
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.propertyChange ( PropertyChangeEvent  event)
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.updateHashSetModels ( )
private

Member Data Documentation

javax.swing.JCheckBox org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.alwaysCalcHashesCheckbox
private
final HashDbManager org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.hashDbManager = HashDbManager.getInstance()
private

Definition at line 43 of file HashLookupModuleSettingsPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.jScrollPane1
private
javax.swing.JScrollPane org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.jScrollPane2
private
javax.swing.JLabel org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownBadHashDbsLabel
private
final List<HashSetModel> org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownBadHashSetModels = new ArrayList<>()
private
final HashSetsTableModel org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownBadHashSetsTableModel = new HashSetsTableModel(knownBadHashSetModels)
private

Definition at line 47 of file HashLookupModuleSettingsPanel.java.

javax.swing.JTable org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownBadHashTable
private
javax.swing.JLabel org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownHashDbsLabel
private
final List<HashSetModel> org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownHashSetModels = new ArrayList<>()
private
final HashSetsTableModel org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownHashSetsTableModel = new HashSetsTableModel(knownHashSetModels)
private

Definition at line 45 of file HashLookupModuleSettingsPanel.java.

javax.swing.JTable org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.knownHashTable
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.