Autopsy  4.1
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 253 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 319 of file IngestProgressSnapshotPanel.java.

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

Definition at line 324 of file IngestProgressSnapshotPanel.java.

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

Definition at line 314 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

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 291 of file IngestProgressSnapshotPanel.java.

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

Definition at line 294 of file IngestProgressSnapshotPanel.java.

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

Definition at line 295 of file IngestProgressSnapshotPanel.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.