Autopsy  4.18.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 261 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Definition at line 305 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

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

Definition at line 327 of file IngestProgressSnapshotPanel.java.

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

Definition at line 332 of file IngestProgressSnapshotPanel.java.

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

Definition at line 322 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 309 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 299 of file IngestProgressSnapshotPanel.java.

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

Definition at line 302 of file IngestProgressSnapshotPanel.java.

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

Definition at line 303 of file IngestProgressSnapshotPanel.java.


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

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