Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
Selection panel for modules that can report on a subset of data sources in a case.
Definition at line 42 of file ReportWizardDataSourceSelectionPanel.java.
org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.ReportWizardDataSourceSelectionPanel | ( | ) |
Definition at line 56 of file ReportWizardDataSourceSelectionPanel.java.
References org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.createFinishButtonActionListener(), and org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.createNextButtonActionListener().
void org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.addChangeListener | ( | ChangeListener | cl | ) |
Definition at line 138 of file ReportWizardDataSourceSelectionPanel.java.
|
private |
Definition at line 79 of file ReportWizardDataSourceSelectionPanel.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.confirm(), and org.sleuthkit.autopsy.guiutils.CheckBoxListPanel< T >.getSelectedElements().
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.ReportWizardDataSourceSelectionPanel().
|
private |
Definition at line 69 of file ReportWizardDataSourceSelectionPanel.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.confirm(), and org.sleuthkit.autopsy.guiutils.CheckBoxListPanel< T >.getSelectedElements().
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.ReportWizardDataSourceSelectionPanel().
CheckBoxListPanel<Long> org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.getComponent | ( | ) |
Definition at line 93 of file ReportWizardDataSourceSelectionPanel.java.
References org.sleuthkit.autopsy.guiutils.CheckBoxListPanel< T >.addElement(), org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.dataSourcesSelectionPanel, org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getDataSources().
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.storeSettings().
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 | ) |
|
private |
Definition at line 46 of file ReportWizardDataSourceSelectionPanel.java.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.getComponent().
|
private |
Definition at line 49 of file ReportWizardDataSourceSelectionPanel.java.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.readSettings().
|
staticprivate |
Definition at line 44 of file ReportWizardDataSourceSelectionPanel.java.
|
private |
Definition at line 50 of file ReportWizardDataSourceSelectionPanel.java.
Referenced by org.sleuthkit.autopsy.report.infrastructure.ReportWizardDataSourceSelectionPanel.readSettings().
|
private |
Definition at line 47 of file ReportWizardDataSourceSelectionPanel.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.