Autopsy  4.4
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

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

Detailed Description

Definition at line 535 of file FileExtMismatchSettingsPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.getColumnClass ( int  c)
int org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.getColumnCount ( )

Definition at line 538 of file FileExtMismatchSettingsPanel.java.

String org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.getColumnName ( int  column)

Definition at line 548 of file FileExtMismatchSettingsPanel.java.

int org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.getRowCount ( )

Definition at line 543 of file FileExtMismatchSettingsPanel.java.

Object org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 572 of file FileExtMismatchSettingsPanel.java.

void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchSettingsPanel.MimeTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 577 of file FileExtMismatchSettingsPanel.java.


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

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