Autopsy  4.19.1
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 260 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Definition at line 306 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

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

Definition at line 328 of file IngestProgressSnapshotPanel.java.

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

Definition at line 333 of file IngestProgressSnapshotPanel.java.

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

Definition at line 323 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 310 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 300 of file IngestProgressSnapshotPanel.java.

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

Definition at line 303 of file IngestProgressSnapshotPanel.java.

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

Definition at line 262 of file IngestProgressSnapshotPanel.java.

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

Definition at line 304 of file IngestProgressSnapshotPanel.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.