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

Inherits AbstractTableModel.

Classes

enum  TableColumns
 

Public Member Functions

void addEamArtifact (CorrelationAttribute eamArtifact)
 
void clearTable ()
 
Class< String > getColumnClass (int colIdx)
 
int getColumnCount ()
 
String getColumnName (int colIdx)
 
int getColumnPreferredWidth (int colIdx)
 
Object getRow (int rowIdx)
 
int getRowCount ()
 
Object getValueAt (int rowIdx, int colIdx)
 

Private Member Functions

Object mapValueById (int rowIdx, TableColumns colId)
 

Detailed Description

Model for cells in data content viewer table

Definition at line 31 of file DataContentViewerOtherCasesTableModel.java.

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.addEamArtifact ( CorrelationAttribute  eamArtifact)

Add one local central repository artifact to the table.

Parameters
eamArtifactcentral repository artifact to add to the table

Definition at line 182 of file DataContentViewerOtherCasesTableModel.java.

Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.populateTable().

void org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.clearTable ( )
Class<String> org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.getColumnClass ( int  colIdx)

Definition at line 172 of file DataContentViewerOtherCasesTableModel.java.

int org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.getColumnCount ( )
String org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.getColumnName ( int  colIdx)
int org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.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 93 of file DataContentViewerOtherCasesTableModel.java.

Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.setColumnWidths().

Object org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.getRow ( int  rowIdx)
int org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.getRowCount ( )
Object org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.getValueAt ( int  rowIdx,
int  colIdx 
)
Object org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCasesTableModel.mapValueById ( int  rowIdx,
TableColumns  colId 
)
private

Map a rowIdx and colId to the value in that cell.

Parameters
rowIdxIndex of row to search
colIdID of column to search
Returns
value in the cell

Definition at line 128 of file DataContentViewerOtherCasesTableModel.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getComment(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationCase(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getCorrelationDataSource(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttribute.getCorrelationType(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttribute.getCorrelationValue(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDeviceID(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getDisplayName(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttribute.Type.getDisplayName(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getFilePath(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getGlobalStatus(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttribute.getInstances(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.getKnownStatus(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.GlobalStatus.toString().

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


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.