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

Inherits JPanel.

Public Member Functions

 DataSourcePanel ()
 

Private Member Functions

void dataSourceCheckBoxActionPerformed (java.awt.event.ActionEvent evt)
 
List< String > getDataSourceArray ()
 
void initComponents ()
 

Private Attributes

javax.swing.JCheckBox dataSourceCheckBox
 
javax.swing.JList< String > dataSourceList
 
final Map< Long, String > dataSourceMap = new HashMap<>()
 
javax.swing.JLabel dataSourceNoteLabel
 
javax.swing.JScrollPane jScrollPane1
 
final List< String > toolTipList = new ArrayList<>()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(DataSourcePanel.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Subpanel with controls for data source filtering.

Definition at line 45 of file DataSourcePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.filesearch.DataSourcePanel.DataSourcePanel ( )

Creates new form DataSourcePanel

Definition at line 55 of file DataSourcePanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.filesearch.DataSourcePanel.dataSourceCheckBoxActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 209 of file DataSourcePanel.java.

List<String> org.sleuthkit.autopsy.filesearch.DataSourcePanel.getDataSourceArray ( )
private

Get dataSourceMap with object id and data source display name. Add the data source full name to toolTipList

Returns
The list of data source name

Definition at line 85 of file DataSourcePanel.java.

References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().

void org.sleuthkit.autopsy.filesearch.DataSourcePanel.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 149 of file DataSourcePanel.java.

Member Data Documentation

javax.swing.JCheckBox org.sleuthkit.autopsy.filesearch.DataSourcePanel.dataSourceCheckBox
private

Definition at line 216 of file DataSourcePanel.java.

javax.swing.JList<String> org.sleuthkit.autopsy.filesearch.DataSourcePanel.dataSourceList
private

Definition at line 217 of file DataSourcePanel.java.

final Map<Long, String> org.sleuthkit.autopsy.filesearch.DataSourcePanel.dataSourceMap = new HashMap<>()
private

Definition at line 49 of file DataSourcePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.filesearch.DataSourcePanel.dataSourceNoteLabel
private

Definition at line 218 of file DataSourcePanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.filesearch.DataSourcePanel.jScrollPane1
private

Definition at line 219 of file DataSourcePanel.java.

final Logger org.sleuthkit.autopsy.filesearch.DataSourcePanel.logger = Logger.getLogger(DataSourcePanel.class.getName())
staticprivate

Definition at line 47 of file DataSourcePanel.java.

final long org.sleuthkit.autopsy.filesearch.DataSourcePanel.serialVersionUID = 1L
staticprivate

Definition at line 48 of file DataSourcePanel.java.

final List<String> org.sleuthkit.autopsy.filesearch.DataSourcePanel.toolTipList = new ArrayList<>()
private

Definition at line 50 of file DataSourcePanel.java.


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

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