Autopsy  3.1
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

 UPDATE_UI
 the content of JPanel has changed that MAY warrant updates to the caller UI More...
 
 FOCUS_NEXT
 the caller UI may move focus the the next UI element, following the panel. More...
 

Detailed Description

The DSP Panel may fire Property change events The caller must enure to add itself as a listener and then react appropriately to the events

Definition at line 42 of file DataSourceProcessor.java.

Member Data Documentation

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

the caller UI may move focus the the next UI element, following the panel.

Definition at line 44 of file DataSourceProcessor.java.

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

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

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.