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

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 Attributes

final List< HashSetModelhashSets
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 251 of file HashLookupModuleSettingsPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.getColumnClass ( int  c)

Definition at line 292 of file HashLookupModuleSettingsPanel.java.

int org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.getColumnCount ( )

Definition at line 266 of file HashLookupModuleSettingsPanel.java.

int org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.getRowCount ( )

Definition at line 261 of file HashLookupModuleSettingsPanel.java.

Object org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 271 of file HashLookupModuleSettingsPanel.java.

boolean org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 280 of file HashLookupModuleSettingsPanel.java.

void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 285 of file HashLookupModuleSettingsPanel.java.

Member Data Documentation

final List<HashSetModel> org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.hashSets
private

Definition at line 254 of file HashLookupModuleSettingsPanel.java.

final long org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.HashSetsTableModel.serialVersionUID = 1L
staticprivate

Definition at line 253 of file HashLookupModuleSettingsPanel.java.


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

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