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

Inherits AbstractTableModel.

Public Member Functions

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

Detailed Description

Definition at line 703 of file FileExtMismatchSettingsPanel.java.

Member Function Documentation

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

Definition at line 706 of file FileExtMismatchSettingsPanel.java.

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

Definition at line 716 of file FileExtMismatchSettingsPanel.java.

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

Definition at line 711 of file FileExtMismatchSettingsPanel.java.

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

Definition at line 750 of file FileExtMismatchSettingsPanel.java.

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

Definition at line 755 of file FileExtMismatchSettingsPanel.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.