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.OtherOccurrencesFilesTableModel 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 mapNodeInstanceData (OtherOccurrenceNodeInstanceData nodeData, TableColumns columnId)
 
Object mapNodeMessageData (OtherOccurrenceNodeMessageData nodeData, TableColumns columnId)
 

Private Attributes

final List< OtherOccurrenceNodeData > nodeDataList = new ArrayList<>()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

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

Definition at line 29 of file OtherOccurrencesFilesTableModel.java.

Member Function Documentation

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

Definition at line 169 of file OtherOccurrencesFilesTableModel.java.

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

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

int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getRowCount ( )

Definition at line 93 of file OtherOccurrencesFilesTableModel.java.

Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getValueAt ( int  rowIdx,
int  colIdx 
)
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.mapNodeInstanceData ( OtherOccurrenceNodeInstanceData  nodeData,
TableColumns  columnId 
)
private

Map a column ID to the value in that cell for node instance data.

Parameters
nodeDataThe node instance data.
columnIdThe ID of the cell column.
Returns
The value in the cell.

Definition at line 139 of file OtherOccurrencesFilesTableModel.java.

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

Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.mapNodeMessageData ( OtherOccurrenceNodeMessageData  nodeData,
TableColumns  columnId 
)
private

Map a column ID to the value in that cell for node message data.

Parameters
nodeDataThe node message data.
columnIdThe ID of the cell column.
Returns
The value in the cell.

Definition at line 124 of file OtherOccurrencesFilesTableModel.java.

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

Member Data Documentation

final List<OtherOccurrenceNodeData> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.nodeDataList = new ArrayList<>()
private

Definition at line 67 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 31 of file OtherOccurrencesFilesTableModel.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.