|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits DocumentListener.
Classes | |
| class | ValidationRunnable |
Public Member Functions | |
| void | changedUpdate (DocumentEvent e) |
| void | insertUpdate (DocumentEvent e) |
| void | removeUpdate (DocumentEvent e) |
Private Member Functions | |
| void | delayValidate () |
This class validates on a delay canceling any tasks previously scheduled so that password validation doesn't lock up the system.
Definition at line 814 of file ImageFilePanel.java.
| void org.sleuthkit.autopsy.casemodule.ImageFilePanel.DelayedValidationDocListener.changedUpdate | ( | DocumentEvent | e | ) |
Definition at line 827 of file ImageFilePanel.java.
|
private |
Run validation on a delay to avoid password checking too many times while typing.
Definition at line 835 of file ImageFilePanel.java.
References org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessor.DSP_PANEL_EVENT.UPDATE_UI.
| void org.sleuthkit.autopsy.casemodule.ImageFilePanel.DelayedValidationDocListener.insertUpdate | ( | DocumentEvent | e | ) |
Definition at line 817 of file ImageFilePanel.java.
| void org.sleuthkit.autopsy.casemodule.ImageFilePanel.DelayedValidationDocListener.removeUpdate | ( | DocumentEvent | e | ) |
Definition at line 822 of file ImageFilePanel.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.