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

Inherits AbstractTableModel.

Public Member Functions

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

Private Member Functions

 IngestJobTableModel ()
 
void refresh ()
 

Private Attributes

final String[] columnNames
 
List< DataSourceIngestJob.Snapshot > jobSnapshots
 

Detailed Description

Definition at line 163 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 200 of file IngestProgressSnapshotPanel.java.

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

Definition at line 205 of file IngestProgressSnapshotPanel.java.

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

Member Data Documentation

final String [] org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.columnNames
private
Initial value:
= {NbBundle.getMessage(this.getClass(), "IngestJobTableModel.colName.jobID"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.dataSource"),
NbBundle.getMessage(this.getClass(), "IngestJobTableModel.colName.start"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.numProcessed"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.filesPerSec"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.inProgress"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.filesQueued"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.dirQueued"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.rootQueued"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.dsQueued")}

Definition at line 165 of file IngestProgressSnapshotPanel.java.

List<DataSourceIngestJob.Snapshot> org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.jobSnapshots
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.