Inherits JPanel.
Configuration panel for auto ingest settings.
Definition at line 39 of file CommandLineIngestSettingsPanel.java.
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditIngestSettingsActionPerformed |
( |
java.awt.event.ActionEvent |
evt | ) |
|
|
private |
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditReportSettingsActionPerformed |
( |
java.awt.event.ActionEvent |
evt | ) |
|
|
private |
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.displayIngestJobSettingsPanel |
( |
| ) |
|
|
private |
| boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.doesReportProfileNameExist |
( |
String |
name | ) |
|
|
private |
| static String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.getDefaultReportingConfigName |
( |
| ) |
|
|
static |
| String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.getReportName |
( |
| ) |
|
|
private |
Returns the currently selected report profile name from the cb. For backwards compatibility if Default is selected, the existing default profile name of CommandLineIngest will be returned.
- Returns
- The selected profile name.
Definition at line 137 of file CommandLineIngestSettingsPanel.java.
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.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 154 of file CommandLineIngestSettingsPanel.java.
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.setupReportList |
( |
| ) |
|
|
private |
| static void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.showWarnings |
( |
IngestJobSettings |
ingestJobSettings | ) |
|
|
staticprivate |
| javax.swing.JButton org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditIngestSettings |
|
private |
| javax.swing.JButton org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditReportSettings |
|
private |
| final boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.DISPLAY_CASE_SPECIFIC_DATA = false |
|
staticprivate |
| javax.swing.JComboBox<String> org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.ingestProfileCB |
|
private |
| javax.swing.JTextPane org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.jTextPane1 |
|
private |
| final Logger org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.logger = Logger.getLogger(CommandLineIngestSettingsPanel.class.getName()) |
|
staticprivate |
| javax.swing.JPanel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.nodePanel |
|
private |
| final String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.REPORTING_CONFIGURATION_NAME = "CommandLineIngest" |
|
staticprivate |
| javax.swing.JComboBox<String> org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.reportProfileCB |
|
private |
| final boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.RUN_REPORTS = false |
|
staticprivate |
| final long org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.serialVersionUID = 1L |
|
staticprivate |
The documentation for this class was generated from the following file: