Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
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.

Public Member Functions

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

Private Member Functions

String createNodeKey (OtherOccurrenceNodeInstanceData nodeData)
 

Private Attributes

final List< String > nodeKeys = new ArrayList<>()
 
final Map< String, List< OtherOccurrenceNodeData > > nodeMap = new HashMap<>()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(OtherOccurrencesFilesTableModel.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

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

Definition at line 38 of file OtherOccurrencesFilesTableModel.java.

Member Function Documentation

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

Definition at line 101 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 53 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 65 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 58 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 70 of file OtherOccurrencesFilesTableModel.java.

Member Data Documentation

final Logger org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.logger = Logger.getLogger(OtherOccurrencesFilesTableModel.class.getName())
staticprivate

Definition at line 41 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 42 of file OtherOccurrencesFilesTableModel.java.

final Map<String, List<OtherOccurrenceNodeData> > org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.nodeMap = new HashMap<>()
private

Definition at line 43 of file OtherOccurrencesFilesTableModel.java.

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

Definition at line 40 of file OtherOccurrencesFilesTableModel.java.


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

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