Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static 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
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 166 of file IngestProgressSnapshotPanel.java.

Constructor & Destructor Documentation

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

Definition at line 186 of file IngestProgressSnapshotPanel.java.

Member Function Documentation

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

Definition at line 201 of file IngestProgressSnapshotPanel.java.

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

Definition at line 206 of file IngestProgressSnapshotPanel.java.

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

Definition at line 196 of file IngestProgressSnapshotPanel.java.

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

Definition at line 211 of file IngestProgressSnapshotPanel.java.

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

Definition at line 190 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"),
NbBundle.getMessage(this.getClass(), "IngestJobTableModel.colName.artifactsQueued")}

Definition at line 170 of file IngestProgressSnapshotPanel.java.

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

Definition at line 184 of file IngestProgressSnapshotPanel.java.

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

Definition at line 168 of file IngestProgressSnapshotPanel.java.


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

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