Autopsy  4.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

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

Detailed Description

Definition at line 318 of file DropdownListSearchPanel.java.

Member Function Documentation

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

Definition at line 445 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 325 of file DropdownListSearchPanel.java.

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

Definition at line 335 of file DropdownListSearchPanel.java.

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

Definition at line 330 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 375 of file DropdownListSearchPanel.java.

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

Definition at line 380 of file DropdownListSearchPanel.java.

Member Data Documentation

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

Definition at line 322 of file DropdownListSearchPanel.java.

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

Definition at line 321 of file DropdownListSearchPanel.java.


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

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