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.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

Class<?> getColumnClass (int c)
 
int getColumnCount ()
 
int getRowCount ()
 
Object getValueAt (int rowIndex, int columnIndex)
 
boolean isCellEditable (int rowIndex, int columnIndex)
 
void setValueAt (Object aValue, int rowIndex, int columnIndex)
 

Private Attributes

List< FilesSetRowfilesSetRows
 

Detailed Description

Table model for a JTable component that allows users to enable and disable interesting files set definitions for an ingest job.

Definition at line 165 of file FilesIdentifierIngestJobSettingsPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getColumnClass ( int  c)
int org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getColumnCount ( )

Definition at line 198 of file FilesIdentifierIngestJobSettingsPanel.java.

int org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getRowCount ( )

Definition at line 193 of file FilesIdentifierIngestJobSettingsPanel.java.

Object org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 212 of file FilesIdentifierIngestJobSettingsPanel.java.

void org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 217 of file FilesIdentifierIngestJobSettingsPanel.java.

Member Data Documentation

List<FilesSetRow> org.sleuthkit.autopsy.modules.interestingitems.FilesIdentifierIngestJobSettingsPanel.FilesSetsTableModel.filesSetRows
private

Definition at line 167 of file FilesIdentifierIngestJobSettingsPanel.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.