Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.ingest.runIngestModuleWizard.ShortcutWizardDescriptorPanel Class Referenceabstract

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 ()
 

Detailed Description

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.

Member Function Documentation

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.

Returns
true or false

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

Returns
true or false

Definition at line 49 of file ShortcutWizardDescriptorPanel.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.