Autopsy  4.16.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.centralrepository.contentviewer.OtherOccurrencesCasesTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

Class< String > getColumnClass (int colIdx)
 
int getColumnCount ()
 
String getColumnName (int colIdx)
 
int getRowCount ()
 
Object getValueAt (int rowIdx, int colIdx)
 

Private Attributes

final List< CorrelationCaseWrapper > correlationCaseList = new ArrayList<>()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Model for cells in the cases section of the other occurrences data content viewer

Definition at line 31 of file OtherOccurrencesCasesTableModel.java.

Member Function Documentation

Class<String> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnClass ( int  colIdx)

Definition at line 94 of file OtherOccurrencesCasesTableModel.java.

int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnCount ( )

Definition at line 44 of file OtherOccurrencesCasesTableModel.java.

String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnName ( int  colIdx)

Definition at line 55 of file OtherOccurrencesCasesTableModel.java.

int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getRowCount ( )
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getValueAt ( int  rowIdx,
int  colIdx 
)

Member Data Documentation

final List<CorrelationCaseWrapper> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.correlationCaseList = new ArrayList<>()
private

Definition at line 34 of file OtherOccurrencesCasesTableModel.java.

final long org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.serialVersionUID = 1L
staticprivate

Definition at line 33 of file OtherOccurrencesCasesTableModel.java.


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

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