Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

int getColumnCount ()
 
String getColumnName (int col)
 
int getRowCount ()
 
Object getValueAt (int rowIndex, int columnIndex)
 

Private Member Functions

 IngestThreadActivitySnapshotsTableModel ()
 
void refresh ()
 

Private Attributes

final String[] columnNames
 
List< IngestManager.IngestThreadActivitySnapshot > snapshots
 

Detailed Description

Definition at line 88 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.IngestThreadActivitySnapshotsTableModel ( )
private

Definition at line 106 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getColumnCount ( )

Definition at line 121 of file IngestProgressSnapshotPanel.java.

String org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getColumnName ( int  col)

Definition at line 126 of file IngestProgressSnapshotPanel.java.

int org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getRowCount ( )

Definition at line 116 of file IngestProgressSnapshotPanel.java.

Object org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 131 of file IngestProgressSnapshotPanel.java.

void org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.refresh ( )
private

Definition at line 110 of file IngestProgressSnapshotPanel.java.

Member Data Documentation

final String [] org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.columnNames
private
Initial value:
= {NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.threadID"),
NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.activity"),
NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.dataSource"),
NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.file"),
NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.startTime"),
NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.elapsedTime"),
NbBundle.getMessage(this.getClass(),
"IngestProgressSnapshotPanel.SnapshotsTableModel.colNames.jobID")}

Definition at line 90 of file IngestProgressSnapshotPanel.java.

List<IngestManager.IngestThreadActivitySnapshot> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestThreadActivitySnapshotsTableModel.snapshots
private

Definition at line 104 of file IngestProgressSnapshotPanel.java.


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

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