Autopsy  4.6.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.commonfilesearch.CommonFilesPanel Class Reference

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
 

Detailed Description

Panel used for common files search configuration and configuration business logic. Nested within CommonFilesDialog.

Definition at line 55 of file CommonFilesPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.CommonFilesPanel ( )

Creates new form CommonFilesPanel

Definition at line 76 of file CommonFilesPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.allDataSourcesRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 519 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.allFileCategoriesRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 541 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.documentsCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 554 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.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 337 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.manageCheckBoxState ( )
private

Definition at line 576 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.pictureVideoCheckboxActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 550 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.search ( )
private
void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.searchButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 514 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectDataSourceComboBoxActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 524 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectedFileCategoriesButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 546 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.setupDataSources ( )
private
void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.toggleErrorTextAndSearchBox ( )
private

Definition at line 558 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.withinDataSourceRadioButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 533 of file CommonFilesPanel.java.

void org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.withinDataSourceSelected ( boolean  selected)
private

Definition at line 568 of file CommonFilesPanel.java.

Member Data Documentation

javax.swing.JRadioButton org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.allDataSourcesRadioButton
private
javax.swing.JRadioButton org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.allFileCategoriesRadioButton
private

Definition at line 601 of file CommonFilesPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.cancelButton
private

Definition at line 602 of file CommonFilesPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.categoriesLabel
private

Definition at line 603 of file CommonFilesPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.commonFilesSearchLabel
private

Definition at line 604 of file CommonFilesPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourceLabel
private

Definition at line 605 of file CommonFilesPanel.java.

Map<Long, String> org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourceMap
private
javax.swing.ButtonGroup org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourcesButtonGroup
private

Definition at line 606 of file CommonFilesPanel.java.

ComboBoxModel<String> org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.dataSourcesList = new DataSourceComboBoxModel()
private
javax.swing.JCheckBox org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.documentsCheckbox
private

Definition at line 607 of file CommonFilesPanel.java.

boolean org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.documentsCheckboxState
private

Definition at line 68 of file CommonFilesPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.errorText
private

Definition at line 608 of file CommonFilesPanel.java.

javax.swing.ButtonGroup org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.fileTypeFilterButtonGroup
private

Definition at line 609 of file CommonFilesPanel.java.

final Logger org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.LOGGER = Logger.getLogger(CommonFilesPanel.class.getName())
staticprivate

Definition at line 64 of file CommonFilesPanel.java.

final Long org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.NO_DATA_SOURCE_SELECTED = -1L
staticprivate
javax.swing.JCheckBox org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.pictureVideoCheckbox
private

Definition at line 610 of file CommonFilesPanel.java.

boolean org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.pictureViewCheckboxState
private

Definition at line 67 of file CommonFilesPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.searchButton
private
javax.swing.JComboBox<String> org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectDataSourceComboBox
private
String org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectedDataSource = ""
private
javax.swing.JRadioButton org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.selectedFileCategoriesButton
private

Definition at line 613 of file CommonFilesPanel.java.

final long org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.serialVersionUID = 1L
staticprivate

Definition at line 57 of file CommonFilesPanel.java.

boolean org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.singleDataSource = false
private
javax.swing.JRadioButton org.sleuthkit.autopsy.commonfilesearch.CommonFilesPanel.withinDataSourceRadioButton
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.