Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel 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 473 of file GlobalEditListPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.getColumnClass ( int  c)

Definition at line 533 of file GlobalEditListPanel.java.

int org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.getColumnCount ( )

Definition at line 476 of file GlobalEditListPanel.java.

String org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.getColumnName ( int  column)

Definition at line 486 of file GlobalEditListPanel.java.

int org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.getRowCount ( )

Definition at line 481 of file GlobalEditListPanel.java.

Object org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 524 of file GlobalEditListPanel.java.

void org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 529 of file GlobalEditListPanel.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.