Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel Class Reference

Inherits org.sleuthkit.autopsy.ingest.runIngestModuleWizard.ShortcutWizardDescriptorPanel.

Public Member Functions

 IngestProfileSelectionWizardPanel (String executionContext, String lastProfilePropertyName)
 
void addChangeListener (ChangeListener l)
 
Component getComponent ()
 
HelpCtx getHelp ()
 
boolean isValid ()
 
boolean panelEnablesSkipping ()
 
void processThisPanelBeforeSkipped ()
 
void readSettings (WizardDescriptor wiz)
 
void removeChangeListener (ChangeListener l)
 
boolean skipNextPanel ()
 
void storeSettings (WizardDescriptor wiz)
 

Static Public Member Functions

static String getLastProfilePropertiesFile ()
 

Protected Member Functions

final void fireChangeEvent ()
 

Private Attributes

final String executionContext
 
IngestProfileSelectionPanel ingestProfileSelectionPanel
 
final String lastProfilePropertyName
 
String lastProfileUsed
 
final Set< ChangeListener > listeners = new HashSet<>(1)
 

Static Private Attributes

static final String LAST_PROFILE_PROPERTIES_FILE = "IngestProfileSelectionPanel"
 

Detailed Description

The first wizard panel of the run ingest modules wizard. Displays the profile selection panel and is only created when profiles exist.

Definition at line 37 of file IngestProfileSelectionWizardPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.IngestProfileSelectionWizardPanel ( String  executionContext,
String  lastProfilePropertyName 
)

Member Function Documentation

void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.addChangeListener ( ChangeListener  l)
final void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.fireChangeEvent ( )
protected

Fires a change event to notify listeners that changes have taken place.

Definition at line 107 of file IngestProfileSelectionWizardPanel.java.

References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.listeners.

Component org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getComponent ( )
HelpCtx org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getHelp ( )

Definition at line 95 of file IngestProfileSelectionWizardPanel.java.

static String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getLastProfilePropertiesFile ( )
static

Gets the name of the file which stores the last profile used properties.

Returns
the LAST_PROFILE_PROPERTIES_FILE

Definition at line 75 of file IngestProfileSelectionWizardPanel.java.

References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.LAST_PROFILE_PROPERTIES_FILE.

boolean org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.isValid ( )

Definition at line 100 of file IngestProfileSelectionWizardPanel.java.

boolean org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.panelEnablesSkipping ( )

Definition at line 148 of file IngestProfileSelectionWizardPanel.java.

void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.ShortcutWizardDescriptorPanel.processThisPanelBeforeSkipped ( )
inherited

Provides a method which will allow code to be executed in a panel you plan to skip

Definition at line 61 of file ShortcutWizardDescriptorPanel.java.

void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.readSettings ( WizardDescriptor  wiz)

Definition at line 133 of file IngestProfileSelectionWizardPanel.java.

void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.removeChangeListener ( ChangeListener  l)
boolean org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.skipNextPanel ( )
void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.storeSettings ( WizardDescriptor  wiz)

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.executionContext
private
IngestProfileSelectionPanel org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.ingestProfileSelectionPanel
private
final String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.LAST_PROFILE_PROPERTIES_FILE = "IngestProfileSelectionPanel"
staticprivate
final String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.lastProfilePropertyName
private
String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.lastProfileUsed
private
final Set<ChangeListener> org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.listeners = new HashSet<>(1)
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.