Autopsy  4.17.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< SnapshotjobSnapshots
 

Detailed Description

Definition at line 166 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Definition at line 190 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

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

Definition at line 205 of file IngestProgressSnapshotPanel.java.

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

Definition at line 210 of file IngestProgressSnapshotPanel.java.

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

Definition at line 200 of file IngestProgressSnapshotPanel.java.

Object org.sleuthkit.autopsy.ingest.IngestProgressSnapshotPanel.IngestJobTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 215 of file IngestProgressSnapshotPanel.java.

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

Definition at line 194 of file IngestProgressSnapshotPanel.java.

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.streamingQueued"),
NbBundle.getMessage(this.getClass(),
"IngestJobTableModel.colName.dsQueued")}

Definition at line 168 of file IngestProgressSnapshotPanel.java.

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

Definition at line 188 of file IngestProgressSnapshotPanel.java.


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

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