Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel Class Reference

Inherits JPanel.

Classes

class  MyDocumentListener
 

Public Member Functions

 CommandLineIngestSettingsPanel (CommandLineIngestSettingsPanelController theController)
 

Private Member Functions

void bnEditIngestSettingsActionPerformed (java.awt.event.ActionEvent evt)
 
void browseOutputFolderButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void displayIngestJobSettingsPanel ()
 
void initComponents ()
 
void resetUI ()
 

Static Private Member Functions

static void showWarnings (IngestJobSettings ingestJobSettings)
 

Private Attributes

javax.swing.JButton bnEditIngestSettings
 
javax.swing.JButton browseOutputFolderButton
 
final CommandLineIngestSettingsPanelController controller
 
final JFileChooser fc = new JFileChooser()
 
javax.swing.JLabel jLabelInvalidResultsFolder
 
javax.swing.JLabel jLabelSelectOutputFolder
 
javax.swing.JPanel nodePanel
 
javax.swing.JScrollPane nodeScrollPane
 
javax.swing.JTextField outputPathTextField
 

Static Private Attributes

static final Logger logger = Logger.getLogger(CommandLineIngestSettingsPanel.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Configuration panel for auto ingest settings.

Definition at line 42 of file CommandLineIngestSettingsPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.CommandLineIngestSettingsPanel ( CommandLineIngestSettingsPanelController  theController)

Creates new form AutoIngestSettingsPanel

Parameters
theControllerController to notify of changes.

Definition at line 54 of file CommandLineIngestSettingsPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditIngestSettingsActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 370 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.browseOutputFolderButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.displayIngestJobSettingsPanel ( )
private
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 259 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.resetUI ( )
private
static void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.showWarnings ( IngestJobSettings  ingestJobSettings)
staticprivate

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditIngestSettings
private

Definition at line 392 of file CommandLineIngestSettingsPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.browseOutputFolderButton
private

Definition at line 393 of file CommandLineIngestSettingsPanel.java.

final CommandLineIngestSettingsPanelController org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.controller
private

Definition at line 44 of file CommandLineIngestSettingsPanel.java.

final JFileChooser org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.fc = new JFileChooser()
private

Definition at line 45 of file CommandLineIngestSettingsPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.jLabelInvalidResultsFolder
private

Definition at line 394 of file CommandLineIngestSettingsPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.jLabelSelectOutputFolder
private

Definition at line 395 of file CommandLineIngestSettingsPanel.java.

final Logger org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.logger = Logger.getLogger(CommandLineIngestSettingsPanel.class.getName())
staticprivate

Definition at line 47 of file CommandLineIngestSettingsPanel.java.

javax.swing.JPanel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.nodePanel
private

Definition at line 396 of file CommandLineIngestSettingsPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.nodeScrollPane
private

Definition at line 397 of file CommandLineIngestSettingsPanel.java.

javax.swing.JTextField org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.outputPathTextField
private

Definition at line 398 of file CommandLineIngestSettingsPanel.java.

final long org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.serialVersionUID = 1L
staticprivate

Definition at line 46 of file CommandLineIngestSettingsPanel.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.