Autopsy  3.1
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

int getColumnCount ()
 
int getRowCount ()
 
String getColumnName (int column)
 
Object getValueAt (int rowIndex, int columnIndex)
 
boolean isCellEditable (int rowIndex, int columnIndex)
 
void setValueAt (Object aValue, int rowIndex, int columnIndex)
 
Class<?> getColumnClass (int c)
 

Private Member Functions

boolean indexExists (int rowIndex)
 

Detailed Description

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

Definition at line 371 of file HashLookupSettingsPanel.java.

Member Function Documentation

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

Definition at line 376 of file HashLookupSettingsPanel.java.

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

Definition at line 386 of file HashLookupSettingsPanel.java.

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

Definition at line 381 of file HashLookupSettingsPanel.java.

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

Definition at line 405 of file HashLookupSettingsPanel.java.

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

Definition at line 410 of file HashLookupSettingsPanel.java.


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.