Autopsy  4.6.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

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

Detailed Description

Definition at line 92 of file IngestJobInfoPanel.java.

Member Function Documentation

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

Definition at line 109 of file IngestJobInfoPanel.java.

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

Definition at line 139 of file IngestJobInfoPanel.java.

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

Definition at line 104 of file IngestJobInfoPanel.java.

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

Member Data Documentation

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

Definition at line 94 of file IngestJobInfoPanel.java.


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

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