Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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" |
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.
org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.IngestProfileSelectionWizardPanel | ( | String | executionContext, |
String | lastProfilePropertyName | ||
) |
void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.addChangeListener | ( | ChangeListener | l | ) |
Definition at line 119 of file IngestProfileSelectionWizardPanel.java.
References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.listeners.
|
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 | ( | ) |
Definition at line 80 of file IngestProfileSelectionWizardPanel.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting(), org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.ingestProfileSelectionPanel, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.LAST_PROFILE_PROPERTIES_FILE, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.lastProfilePropertyName, and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.lastProfileUsed.
HelpCtx org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getHelp | ( | ) |
Definition at line 95 of file IngestProfileSelectionWizardPanel.java.
|
static |
Gets the name of the file which stores the last profile used properties.
Definition at line 75 of file IngestProfileSelectionWizardPanel.java.
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.
|
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 | ) |
Definition at line 126 of file IngestProfileSelectionWizardPanel.java.
References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.listeners.
boolean org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.skipNextPanel | ( | ) |
Definition at line 143 of file IngestProfileSelectionWizardPanel.java.
void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.storeSettings | ( | WizardDescriptor | wiz | ) |
Definition at line 137 of file IngestProfileSelectionWizardPanel.java.
References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.ingestProfileSelectionPanel, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.LAST_PROFILE_PROPERTIES_FILE, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.lastProfilePropertyName, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.lastProfileUsed, and org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting().
|
private |
Definition at line 42 of file IngestProfileSelectionWizardPanel.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.IngestProfileSelectionWizardPanel().
|
private |
Definition at line 45 of file IngestProfileSelectionWizardPanel.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getComponent(), org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.skipNextPanel(), and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.storeSettings().
|
staticprivate |
Definition at line 41 of file IngestProfileSelectionWizardPanel.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getComponent(), org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getLastProfilePropertiesFile(), and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.storeSettings().
|
private |
Definition at line 43 of file IngestProfileSelectionWizardPanel.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.getComponent(), org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.IngestProfileSelectionWizardPanel(), and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.storeSettings().
|
private |
|
private |
Definition at line 44 of file IngestProfileSelectionWizardPanel.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.addChangeListener(), org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.fireChangeEvent(), and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.removeChangeListener().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.