Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.InterCasePanel | ( | ) |
Creates new form InterCasePanel
Definition at line 58 of file InterCasePanel.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 281 of file InterCasePanel.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckbox, and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckbox.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 307 of file InterCasePanel.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButton, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.categoriesLabel, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBox, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckbox, org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckbox, and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButton.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 322 of file InterCasePanel.java.
Referenced by 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 149 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().
|
private |
Definition at line 317 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 290 of file InterCasePanel.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.documentsCheckbox, and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.pictureVideoCheckbox.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 298 of file InterCasePanel.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.caseComboBox, and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.specificCentralRepoCaseCheckbox.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 329 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 330 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
|
private |
Definition at line 51 of file InterCasePanel.java.
|
private |
Definition at line 49 of file InterCasePanel.java.
|
private |
Definition at line 332 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 333 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 334 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 53 of file InterCasePanel.java.
|
private |
Definition at line 335 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButtonActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButtonActionPerformed().
|
private |
Definition at line 46 of file InterCasePanel.java.
|
staticprivate |
Definition at line 44 of file InterCasePanel.java.
|
private |
Definition at line 336 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.allFileCategoriesRadioButtonActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.selectedFileCategoriesButtonActionPerformed().
|
private |
Definition at line 337 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
staticprivate |
Definition at line 45 of file InterCasePanel.java.
|
private |
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.