Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor.DSP_PANEL_EVENT Enum Reference

Public Attributes

 FOCUS_NEXT
 
 UPDATE_UI
 

Detailed Description

Property change events fired to communicate with the add data source wizard.

TODO (AUT-1891): What is needed is a single PANEL_CHANGED event so that the wizard can call isPanelValid and set the enabling and focus of the next button based on the result.

Definition at line 51 of file DataSourceProcessor.java.

Member Data Documentation

org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor.DSP_PANEL_EVENT.FOCUS_NEXT

This event is fired to make the add data source wizard move focus to the wizard's next button.

Deprecated:
Use UPDATE_UI.

Definition at line 65 of file DataSourceProcessor.java.

org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor.DSP_PANEL_EVENT.UPDATE_UI

This event is fired when the user changes something in the selection and configuration panel. It notifies the add data source wizard that it should call isPanelValid.

Definition at line 58 of file DataSourceProcessor.java.

Referenced by org.sleuthkit.autopsy.casemodule.ImageFilePanel.updateHelper().


The documentation for this enum 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.