Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel Class Reference

Inherits AbstractTableModel.

Classes

class  ListTableEntry
 

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 Member Functions

void addLists (List< KeywordList > lists)
 

Private Attributes

final List< ListTableEntrylistData = new ArrayList<>()
 
final XmlKeywordSearchList listsHandle = XmlKeywordSearchList.getCurrent()
 

Detailed Description

Definition at line 369 of file DropdownListSearchPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.addLists ( List< KeywordList lists)
private

Definition at line 496 of file DropdownListSearchPanel.java.

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

Definition at line 449 of file DropdownListSearchPanel.java.

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

Definition at line 376 of file DropdownListSearchPanel.java.

String org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.getColumnName ( int  column)

Definition at line 386 of file DropdownListSearchPanel.java.

int org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.getRowCount ( )

Definition at line 381 of file DropdownListSearchPanel.java.

Object org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 402 of file DropdownListSearchPanel.java.

boolean org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 426 of file DropdownListSearchPanel.java.

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

Definition at line 431 of file DropdownListSearchPanel.java.

Member Data Documentation

final List<ListTableEntry> org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.listData = new ArrayList<>()
private

Definition at line 373 of file DropdownListSearchPanel.java.

final XmlKeywordSearchList org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.KeywordListsTableModel.listsHandle = XmlKeywordSearchList.getCurrent()
private

Definition at line 372 of file DropdownListSearchPanel.java.


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.