Autopsy  4.19.3
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.report.infrastructure.ReportWizardDataSourceSelectionPanel Class Reference

Inherits FinishablePanel< WizardDescriptor >.

Public Member Functions

 ReportWizardDataSourceSelectionPanel ()
 
void addChangeListener (ChangeListener cl)
 
CheckBoxListPanel< Long > getComponent ()
 
HelpCtx getHelp ()
 
boolean isFinishPanel ()
 
boolean isValid ()
 
void readSettings (WizardDescriptor data)
 
void removeChangeListener (ChangeListener cl)
 
void storeSettings (WizardDescriptor data)
 

Private Member Functions

ActionListener createFinishButtonActionListener ()
 
ActionListener createNextButtonActionListener ()
 

Private Attributes

CheckBoxListPanel< Long > dataSourcesSelectionPanel
 
final JButton finishButton
 
final JButton nextButton
 
WizardDescriptor wiz
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ReportWizardDataSourceSelectionPanel.class.getName())
 

Detailed Description

Selection panel for modules that can report on a subset of data sources in a case.

Definition at line 42 of file ReportWizardDataSourceSelectionPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.ReportWizardDataSourceSelectionPanel ( )

Member Function Documentation

void org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.addChangeListener ( ChangeListener  cl)

Definition at line 138 of file ReportWizardDataSourceSelectionPanel.java.

ActionListener org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.createFinishButtonActionListener ( )
private
ActionListener org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.createNextButtonActionListener ( )
private
CheckBoxListPanel<Long> org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.getComponent ( )
HelpCtx org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.getHelp ( )

Definition at line 112 of file ReportWizardDataSourceSelectionPanel.java.

boolean org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.isFinishPanel ( )

Definition at line 148 of file ReportWizardDataSourceSelectionPanel.java.

boolean org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.isValid ( )

Definition at line 133 of file ReportWizardDataSourceSelectionPanel.java.

void org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.readSettings ( WizardDescriptor  data)
void org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.removeChangeListener ( ChangeListener  cl)

Definition at line 143 of file ReportWizardDataSourceSelectionPanel.java.

void org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.storeSettings ( WizardDescriptor  data)

Member Data Documentation

CheckBoxListPanel<Long> org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.dataSourcesSelectionPanel
private
final JButton org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.finishButton
private
final Logger org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.logger = Logger.getLogger(ReportWizardDataSourceSelectionPanel.class.getName())
staticprivate

Definition at line 44 of file ReportWizardDataSourceSelectionPanel.java.

final JButton org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.nextButton
private
WizardDescriptor org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.wiz
private

Definition at line 47 of file ReportWizardDataSourceSelectionPanel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.