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

Inherits AbstractTableModel.

Classes

class  ModuleStats
 

Public Member Functions

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

Private Member Functions

 ModuleTableModel ()
 
void refresh ()
 

Private Attributes

final String[] columnNames
 
final List< ModuleStatsmoduleStats = new ArrayList<>()
 
long totalTime
 

Detailed Description

Definition at line 256 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Definition at line 300 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

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

Definition at line 322 of file IngestProgressSnapshotPanel.java.

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

Definition at line 327 of file IngestProgressSnapshotPanel.java.

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

Definition at line 317 of file IngestProgressSnapshotPanel.java.

Object org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
void org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.refresh ( )
private

Definition at line 304 of file IngestProgressSnapshotPanel.java.

Member Data Documentation

final String [] org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.columnNames
private
Initial value:
= {NbBundle.getMessage(this.getClass(), "ModuleTableModel.colName.module"),
NbBundle.getMessage(this.getClass(),
"ModuleTableModel.colName.duration")}

Definition at line 294 of file IngestProgressSnapshotPanel.java.

final List<ModuleStats> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.moduleStats = new ArrayList<>()
private

Definition at line 297 of file IngestProgressSnapshotPanel.java.

long org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.totalTime
private

Definition at line 298 of file IngestProgressSnapshotPanel.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.