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

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)
 

Detailed Description

This class implements the table model for the table used to display configured hash sets.

Definition at line 494 of file HashLookupSettingsPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getColumnClass ( int  c)

Definition at line 539 of file HashLookupSettingsPanel.java.

int org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getColumnCount ( )

Definition at line 499 of file HashLookupSettingsPanel.java.

String org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getColumnName ( int  column)

Definition at line 509 of file HashLookupSettingsPanel.java.

int org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getRowCount ( )

Definition at line 504 of file HashLookupSettingsPanel.java.

Object org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 514 of file HashLookupSettingsPanel.java.

boolean org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 528 of file HashLookupSettingsPanel.java.

boolean org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.isValid ( int  rowIndex)
private
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupSettingsPanel.HashSetTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 533 of file HashLookupSettingsPanel.java.


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

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.