Autopsy  4.19.0
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 373 of file DropdownListSearchPanel.java.

Member Function Documentation

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

Definition at line 500 of file DropdownListSearchPanel.java.

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

Definition at line 453 of file DropdownListSearchPanel.java.

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

Definition at line 380 of file DropdownListSearchPanel.java.

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

Definition at line 390 of file DropdownListSearchPanel.java.

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

Definition at line 385 of file DropdownListSearchPanel.java.

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

Definition at line 406 of file DropdownListSearchPanel.java.

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

Definition at line 430 of file DropdownListSearchPanel.java.

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

Definition at line 435 of file DropdownListSearchPanel.java.

Member Data Documentation

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

Definition at line 377 of file DropdownListSearchPanel.java.

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

Definition at line 376 of file DropdownListSearchPanel.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.