Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel Class Reference

Inherits AbstractTableModel.

Classes

enum  TableColumns
 

Public Member Functions

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

Private Member Functions

Object mapCorrelationCase (CorrelationCaseWrapper correlationCaseWrapper, TableColumns columnId)
 

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 30 of file OtherOccurrencesCasesTableModel.java.

Member Function Documentation

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

Definition at line 105 of file OtherOccurrencesCasesTableModel.java.

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

Definition at line 39 of file OtherOccurrencesCasesTableModel.java.

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

Definition at line 63 of file OtherOccurrencesCasesTableModel.java.

int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getColumnPreferredWidth ( int  colIdx)

Get the preferred width that has been configured for this column.

A value of 0 means that no preferred width has been defined for this column.

Parameters
colIdxColumn index
Returns
preferred column width >= 0

Definition at line 53 of file OtherOccurrencesCasesTableModel.java.

int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getRowCount ( )
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getValueAt ( int  rowIdx,
int  colIdx 
)
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.mapCorrelationCase ( CorrelationCaseWrapper  correlationCaseWrapper,
TableColumns  columnId 
)
private

Map a column ID to the value in that cell for correlation case wrapper.

Parameters
correlationCaseWrapperThe correlation case wrapper
columnIdThe ID of the cell column.
Returns
The value in the cell.

Definition at line 87 of file OtherOccurrencesCasesTableModel.java.

Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesCasesTableModel.getValueAt().

Member Data Documentation

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

Definition at line 33 of file OtherOccurrencesCasesTableModel.java.

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

Definition at line 32 of file OtherOccurrencesCasesTableModel.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.