Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Panel< WizardDescriptor >.
Inherited by org.sleuthkit.autopsy.casemodule.AddImageWizardAddingProgressPanel, org.sleuthkit.autopsy.casemodule.AddImageWizardDataSourceSettingsPanel, org.sleuthkit.autopsy.casemodule.AddImageWizardIngestConfigPanel, org.sleuthkit.autopsy.casemodule.AddImageWizardSelectDspPanel, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestModulesConfigWizardPanel, and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.IngestProfileSelectionWizardPanel.
Public Member Functions | |
boolean | panelEnablesSkipping () |
void | processThisPanelBeforeSkipped () |
boolean | skipNextPanel () |
An abstract class providing a methods which can be checked by the iterator containing panels of this type. So that Wizards containing these panels can skip panels, but still call necessary methods of those panels.
Definition at line 28 of file ShortcutWizardDescriptorPanel.java.
boolean org.sleuthkit.autopsy.ingest.runIngestModuleWizard.ShortcutWizardDescriptorPanel.panelEnablesSkipping | ( | ) |
Whether or not this panel under the correct conditions can enable the skipping of the panel after it.
Definition at line 36 of file ShortcutWizardDescriptorPanel.java.
void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.ShortcutWizardDescriptorPanel.processThisPanelBeforeSkipped | ( | ) |
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.
boolean org.sleuthkit.autopsy.ingest.runIngestModuleWizard.ShortcutWizardDescriptorPanel.skipNextPanel | ( | ) |
Whether or not the panel immediately following this one should be skipped
Definition at line 49 of file ShortcutWizardDescriptorPanel.java.
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.