Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel 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)
 

Private Attributes

final XmlKeywordSearchList listsHandle = XmlKeywordSearchList.getCurrent()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 570 of file GlobalListsManagementPanel.java.

Member Function Documentation

Class<?> org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.getColumnClass ( int  c)

Definition at line 608 of file GlobalListsManagementPanel.java.

int org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.getColumnCount ( )

Definition at line 577 of file GlobalListsManagementPanel.java.

String org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.getColumnName ( int  column)

Definition at line 587 of file GlobalListsManagementPanel.java.

int org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.getRowCount ( )

Definition at line 582 of file GlobalListsManagementPanel.java.

Object org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 592 of file GlobalListsManagementPanel.java.

boolean org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 597 of file GlobalListsManagementPanel.java.

void org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.setValueAt ( Object  aValue,
int  rowIndex,
int  columnIndex 
)

Definition at line 602 of file GlobalListsManagementPanel.java.

Member Data Documentation

final XmlKeywordSearchList org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.listsHandle = XmlKeywordSearchList.getCurrent()
private

Definition at line 574 of file GlobalListsManagementPanel.java.

final long org.sleuthkit.autopsy.keywordsearch.GlobalListsManagementPanel.KeywordListTableModel.serialVersionUID = 1L
staticprivate

Definition at line 572 of file GlobalListsManagementPanel.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.