Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel Class Reference

Inherits AbstractListModel< String >, and ComboBoxModel< String >.

Public Member Functions

void addListDataListener (ListDataListener listener)
 
String getElementAt (int index)
 
Object getSelectedItem ()
 
int getSize ()
 
void removeListDataListener (ListDataListener listener)
 
void setSelectedItem (Object anItem)
 

Private Attributes

final String[] dataSourceList
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Encapsulates meta data needed to populate the data source selection drop down menu

Definition at line 29 of file DataSourceComboBoxModel.java.

Member Function Documentation

void org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.addListDataListener ( ListDataListener  listener)

Definition at line 72 of file DataSourceComboBoxModel.java.

String org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.getElementAt ( int  index)

Definition at line 67 of file DataSourceComboBoxModel.java.

Object org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.getSelectedItem ( )

Definition at line 57 of file DataSourceComboBoxModel.java.

int org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.getSize ( )

Definition at line 62 of file DataSourceComboBoxModel.java.

void org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.removeListDataListener ( ListDataListener  listener)

Definition at line 77 of file DataSourceComboBoxModel.java.

void org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.setSelectedItem ( Object  anItem)

Definition at line 52 of file DataSourceComboBoxModel.java.

Member Data Documentation

final String [] org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.dataSourceList
private

Definition at line 32 of file DataSourceComboBoxModel.java.

final long org.sleuthkit.autopsy.commonfilesearch.DataSourceComboBoxModel.serialVersionUID = 1L
staticprivate

Definition at line 31 of file DataSourceComboBoxModel.java.


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

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