Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel 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)
 

Detailed Description

Definition at line 210 of file KeywordSearchJobSettingsPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel.getColumnClass ( int  c)

Definition at line 246 of file KeywordSearchJobSettingsPanel.java.

int org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel.getColumnCount ( )

Definition at line 218 of file KeywordSearchJobSettingsPanel.java.

int org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel.getRowCount ( )
Object org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 233 of file KeywordSearchJobSettingsPanel.java.

void org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.KeywordListsTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

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

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