Autopsy  4.13.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 380 of file DropdownListSearchPanel.java.

Member Function Documentation

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

Definition at line 507 of file DropdownListSearchPanel.java.

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

Definition at line 460 of file DropdownListSearchPanel.java.

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

Definition at line 387 of file DropdownListSearchPanel.java.

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

Definition at line 397 of file DropdownListSearchPanel.java.

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

Definition at line 392 of file DropdownListSearchPanel.java.

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

Definition at line 413 of file DropdownListSearchPanel.java.

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

Definition at line 437 of file DropdownListSearchPanel.java.

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

Definition at line 442 of file DropdownListSearchPanel.java.

Member Data Documentation

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

Definition at line 384 of file DropdownListSearchPanel.java.

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

Definition at line 383 of file DropdownListSearchPanel.java.


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

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