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

Inherits AbstractTableModel.

Public Member Functions

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

Private Attributes

final List< String > columnHeaders = new ArrayList<>()
 

Detailed Description

Definition at line 193 of file IngestJobInfoPanel.java.

Member Function Documentation

int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getColumnCount ( )

Definition at line 209 of file IngestJobInfoPanel.java.

String org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getColumnName ( int  column)

Definition at line 231 of file IngestJobInfoPanel.java.

int org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getRowCount ( )

Definition at line 204 of file IngestJobInfoPanel.java.

Object org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 214 of file IngestJobInfoPanel.java.

Member Data Documentation

final List<String> org.sleuthkit.autopsy.casemodule.IngestJobInfoPanel.IngestJobTableModel.columnHeaders = new ArrayList<>()
private

Definition at line 195 of file IngestJobInfoPanel.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.