Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel.
Public Member Functions | |
CommonFilesPanel () | |
Private Member Functions | |
void | allDataSourcesRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | allFileCategoriesRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | documentsCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | initComponents () |
void | manageCheckBoxState () |
void | pictureVideoCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | search () |
void | searchButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | selectDataSourceComboBoxActionPerformed (java.awt.event.ActionEvent evt) |
void | selectedFileCategoriesButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | setupDataSources () |
void | toggleErrorTextAndSearchBox () |
void | withinDataSourceRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | withinDataSourceSelected (boolean selected) |
Private Attributes | |
javax.swing.JRadioButton | allDataSourcesRadioButton |
javax.swing.JRadioButton | allFileCategoriesRadioButton |
javax.swing.JButton | cancelButton |
javax.swing.JLabel | categoriesLabel |
javax.swing.JLabel | commonFilesSearchLabel |
javax.swing.JLabel | dataSourceLabel |
Map< Long, String > | dataSourceMap |
javax.swing.ButtonGroup | dataSourcesButtonGroup |
ComboBoxModel< String > | dataSourcesList = new DataSourceComboBoxModel() |
javax.swing.JCheckBox | documentsCheckbox |
boolean | documentsCheckboxState |
javax.swing.JLabel | errorText |
javax.swing.ButtonGroup | fileTypeFilterButtonGroup |
javax.swing.JCheckBox | pictureVideoCheckbox |
boolean | pictureViewCheckboxState |
javax.swing.JButton | searchButton |
javax.swing.JComboBox< String > | selectDataSourceComboBox |
String | selectedDataSource = "" |
javax.swing.JRadioButton | selectedFileCategoriesButton |
boolean | singleDataSource = false |
javax.swing.JRadioButton | withinDataSourceRadioButton |
Static Private Attributes | |
static final Logger | LOGGER = Logger.getLogger(CommonFilesPanel.class.getName()) |
static final Long | NO_DATA_SOURCE_SELECTED = -1L |
static final long | serialVersionUID = 1L |
Panel used for common files search configuration and configuration business logic. Nested within CommonFilesDialog.
Definition at line 48 of file CommonFilesPanel.java.
org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.CommonFilesPanel | ( | ) |
Creates new form CommonFilesPanel
Definition at line 69 of file CommonFilesPanel.java.
|
private |
Definition at line 470 of file CommonFilesPanel.java.
|
private |
Definition at line 492 of file CommonFilesPanel.java.
|
private |
Definition at line 488 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
|
private |
Definition at line 505 of file CommonFilesPanel.java.
|
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 288 of file CommonFilesPanel.java.
|
private |
Definition at line 527 of file CommonFilesPanel.java.
|
private |
Definition at line 501 of file CommonFilesPanel.java.
|
private |
Definition at line 172 of file CommonFilesPanel.java.
References org.sleuthkit.autopsy.commonfilesearch.CommonFilesMetadataBuilder.buildTabTitle(), org.sleuthkit.autopsy.corecomponents.DataResultTopComponent.createInstance(), org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourceMap, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.commonfilesearch.CommonFilesMetadataBuilder.findCommonFiles(), org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.NO_DATA_SOURCE_SELECTED, org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectedDataSource, org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.singleDataSource, and org.sleuthkit.autopsy.commonfilesearch.CommonFilesMetadata.size().
|
private |
Definition at line 465 of file CommonFilesPanel.java.
|
private |
Definition at line 475 of file CommonFilesPanel.java.
|
private |
Definition at line 497 of file CommonFilesPanel.java.
|
private |
Sets up the data sources dropdown and returns the data sources map for future usage.
Definition at line 90 of file CommonFilesPanel.java.
References org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.allDataSourcesRadioButton, org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.cancelButtonActionPerformed(), org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourceMap, org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourcesList, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.commonfilesearch.DataSourceLoader.getDataSourceMap(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.info(), org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.searchButton, org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectDataSourceComboBox, and org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.withinDataSourceRadioButton.
|
private |
Definition at line 509 of file CommonFilesPanel.java.
|
private |
Definition at line 484 of file CommonFilesPanel.java.
|
private |
Definition at line 519 of file CommonFilesPanel.java.
|
private |
Definition at line 551 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
|
private |
Definition at line 552 of file CommonFilesPanel.java.
|
private |
Definition at line 553 of file CommonFilesPanel.java.
|
private |
Definition at line 554 of file CommonFilesPanel.java.
|
private |
Definition at line 555 of file CommonFilesPanel.java.
|
private |
Definition at line 556 of file CommonFilesPanel.java.
|
private |
Definition at line 55 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.search(), and org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
|
private |
Definition at line 557 of file CommonFilesPanel.java.
|
private |
Definition at line 54 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
|
private |
Definition at line 558 of file CommonFilesPanel.java.
|
private |
Definition at line 61 of file CommonFilesPanel.java.
|
private |
Definition at line 559 of file CommonFilesPanel.java.
|
private |
Definition at line 560 of file CommonFilesPanel.java.
|
staticprivate |
Definition at line 57 of file CommonFilesPanel.java.
|
staticprivate |
Definition at line 52 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.search().
|
private |
Definition at line 561 of file CommonFilesPanel.java.
|
private |
Definition at line 60 of file CommonFilesPanel.java.
|
private |
Definition at line 562 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
|
private |
Definition at line 563 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
|
private |
Definition at line 59 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.search().
|
private |
Definition at line 564 of file CommonFilesPanel.java.
|
staticprivate |
Definition at line 50 of file CommonFilesPanel.java.
|
private |
Definition at line 58 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.search().
|
private |
Definition at line 565 of file CommonFilesPanel.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.