Autopsy  4.7.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 166 of file FilesIdentifierIngestJobSettingsPanel.java.

Member Function Documentation

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

Definition at line 225 of file FilesIdentifierIngestJobSettingsPanel.java.

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

Definition at line 199 of file FilesIdentifierIngestJobSettingsPanel.java.

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

Definition at line 194 of file FilesIdentifierIngestJobSettingsPanel.java.

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

Definition at line 204 of file FilesIdentifierIngestJobSettingsPanel.java.

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

Definition at line 213 of file FilesIdentifierIngestJobSettingsPanel.java.

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

Definition at line 218 of file FilesIdentifierIngestJobSettingsPanel.java.

Member Data Documentation

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

Definition at line 168 of file FilesIdentifierIngestJobSettingsPanel.java.


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

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