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.commonpropertiessearch.InterCasePanel Class Reference

Inherits JPanel.

Public Member Functions

 InterCasePanel ()
 

Private Member Functions

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

Private Attributes

javax.swing.JRadioButton allFileCategoriesRadioButton
 
javax.swing.ButtonGroup buttonGroup
 
javax.swing.JComboBox< String > caseComboBox
 
final Map< Integer, String > caseMap
 
ComboBoxModel< String > casesList = new DataSourceComboBoxModel()
 
javax.swing.JLabel categoriesLabel
 
javax.swing.JLabel correlationComboBoxLabel
 
javax.swing.JComboBox< String > correlationTypeComboBox
 
Map< String, CorrelationAttributeInstance.Type > correlationTypeFilters
 
javax.swing.JCheckBox documentsCheckbox
 
final Observable fileTypeFilterObservable
 
javax.swing.JCheckBox pictureVideoCheckbox
 
javax.swing.JRadioButton selectedFileCategoriesButton
 
javax.swing.JCheckBox specificCentralRepoCaseCheckbox
 

Static Private Attributes

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

Detailed Description

UI controls for Common Files Search scenario where the user intends to find common files between cases in addition to the present case.

Definition at line 42 of file InterCasePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.InterCasePanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.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 147 of file InterCasePanel.java.

References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButton, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButtonActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.buttonGroup, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.caseComboBox, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.categoriesLabel, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationComboBoxLabel, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBox, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckbox, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckboxActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckbox, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckboxActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButton, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButtonActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.specificCentralRepoCaseCheckbox, and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.specificCentralRepoCaseCheckboxActionPerformed().

Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.InterCasePanel().

void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.specificCentralRepoCaseCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private

Member Data Documentation

javax.swing.JRadioButton org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButton
private
javax.swing.ButtonGroup org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.buttonGroup
private
javax.swing.JComboBox<String> org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.caseComboBox
private
final Map<Integer, String> org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.caseMap
private

Definition at line 51 of file InterCasePanel.java.

ComboBoxModel<String> org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.casesList = new DataSourceComboBoxModel()
private

Definition at line 49 of file InterCasePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.categoriesLabel
private
javax.swing.JLabel org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationComboBoxLabel
private
javax.swing.JComboBox<String> org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBox
private
Map<String, CorrelationAttributeInstance.Type> org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeFilters
private

Definition at line 53 of file InterCasePanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckbox
private
final Observable org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.fileTypeFilterObservable
private

Definition at line 46 of file InterCasePanel.java.

final Logger org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.logger = Logger.getLogger(InterCasePanel.class.getName())
staticprivate

Definition at line 44 of file InterCasePanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckbox
private
javax.swing.JRadioButton org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButton
private
final long org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.serialVersionUID = 1L
staticprivate

Definition at line 45 of file InterCasePanel.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.specificCentralRepoCaseCheckbox
private

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.