Autopsy  4.9.1
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.commonfilesearch.IntraCasePanel Class Reference

Inherits JPanel.

Public Member Functions

 IntraCasePanel ()
 

Private Member Functions

void allFileCategoriesRadioButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void documentsCheckboxActionPerformed (java.awt.event.ActionEvent evt)
 
void initComponents ()
 
void onlySpecificDataSourceCheckboxActionPerformed (java.awt.event.ActionEvent evt)
 
void pictureVideoCheckboxActionPerformed (java.awt.event.ActionEvent evt)
 
void selectedFileCategoriesButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JRadioButton allFileCategoriesRadioButton
 
javax.swing.ButtonGroup buttonGroup
 
javax.swing.JLabel categoriesLabel
 
final Map< Long, String > dataSourceMap
 
ComboBoxModel< String > dataSourcesList = new DataSourceComboBoxModel()
 
javax.swing.JCheckBox documentsCheckbox
 
final Observable fileTypeFilterObservable
 
javax.swing.JCheckBox onlySpecificDataSourceCheckbox
 
javax.swing.JCheckBox pictureVideoCheckbox
 
javax.swing.JComboBox< String > selectDataSourceComboBox
 
javax.swing.JRadioButton selectedFileCategoriesButton
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

UI controls for Common Files Search scenario where the user intends to find common files between datasources. It is an inner panel which provides the ability to select all datasources or a single datasource from a dropdown list of sources in the current case.

Definition at line 37 of file IntraCasePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.IntraCasePanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.allFileCategoriesRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.documentsCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.initComponents ( )
private
void org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.onlySpecificDataSourceCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.pictureVideoCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.selectedFileCategoriesButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Member Data Documentation

javax.swing.JRadioButton org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.allFileCategoriesRadioButton
private
javax.swing.ButtonGroup org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.buttonGroup
private
javax.swing.JLabel org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.categoriesLabel
private
final Map<Long, String> org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.dataSourceMap
private

Definition at line 43 of file IntraCasePanel.java.

ComboBoxModel<String> org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.dataSourcesList = new DataSourceComboBoxModel()
private

Definition at line 42 of file IntraCasePanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.documentsCheckbox
private
final Observable org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.fileTypeFilterObservable
private

Definition at line 41 of file IntraCasePanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.onlySpecificDataSourceCheckbox
private
javax.swing.JCheckBox org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.pictureVideoCheckbox
private
javax.swing.JComboBox<String> org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.selectDataSourceComboBox
private
javax.swing.JRadioButton org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.selectedFileCategoriesButton
private
final long org.sleuthkit.autopsy.commonfilesearch.IntraCasePanel.serialVersionUID = 1L
staticprivate

Definition at line 39 of file IntraCasePanel.java.


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

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