Autopsy  4.1
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 313 of file DropdownListSearchPanel.java.

Member Function Documentation

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

Definition at line 440 of file DropdownListSearchPanel.java.

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

Definition at line 320 of file DropdownListSearchPanel.java.

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

Definition at line 330 of file DropdownListSearchPanel.java.

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

Definition at line 325 of file DropdownListSearchPanel.java.

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

Definition at line 370 of file DropdownListSearchPanel.java.

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

Definition at line 375 of file DropdownListSearchPanel.java.

Member Data Documentation

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

Definition at line 317 of file DropdownListSearchPanel.java.

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

Definition at line 316 of file DropdownListSearchPanel.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.