Autopsy  4.19.3
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.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
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 268 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Definition at line 314 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

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

Definition at line 336 of file IngestProgressSnapshotPanel.java.

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

Definition at line 341 of file IngestProgressSnapshotPanel.java.

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

Definition at line 331 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 318 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 308 of file IngestProgressSnapshotPanel.java.

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

Definition at line 311 of file IngestProgressSnapshotPanel.java.

final long org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.ModuleTableModel.serialVersionUID = 1L
staticprivate

Definition at line 270 of file IngestProgressSnapshotPanel.java.

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

Definition at line 312 of file IngestProgressSnapshotPanel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.