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

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 42 of file DataSourcePanel.java.

Constructor & Destructor Documentation

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

Creates new form DataSourcePanel

Definition at line 51 of file DataSourcePanel.java.

Member Function Documentation

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

Definition at line 198 of file DataSourcePanel.java.

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

Get dataSourceMap with object id and data source display name.

Returns
The list of data source name

Definition at line 72 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 138 of file DataSourcePanel.java.

Member Data Documentation

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

Definition at line 205 of file DataSourcePanel.java.

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

Definition at line 206 of file DataSourcePanel.java.

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

Definition at line 46 of file DataSourcePanel.java.

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

Definition at line 207 of file DataSourcePanel.java.

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

Definition at line 208 of file DataSourcePanel.java.

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

Definition at line 44 of file DataSourcePanel.java.

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

Definition at line 45 of file DataSourcePanel.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.