Autopsy
4.12.0
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 40 of file InterCasePanel.java.
org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.InterCasePanel | ( | ) |
Creates new form InterCasePanel
Definition at line 56 of file InterCasePanel.java.
References org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 270 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 296 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 311 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 138 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 306 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 279 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 287 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 318 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 319 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
|
private |
Definition at line 49 of file InterCasePanel.java.
|
private |
Definition at line 47 of file InterCasePanel.java.
|
private |
Definition at line 321 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 322 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 323 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
private |
Definition at line 51 of file InterCasePanel.java.
|
private |
Definition at line 324 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 44 of file InterCasePanel.java.
|
staticprivate |
Definition at line 42 of file InterCasePanel.java.
|
private |
Definition at line 325 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 326 of file InterCasePanel.java.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.correlationTypeComboBoxActionPerformed(), and org.sleuthkit.autopsy.commonpropertiessearch.InterCasePanel.initComponents().
|
staticprivate |
Definition at line 43 of file InterCasePanel.java.
|
private |
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.