Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.casemodule.ImageFilePanel.DelayedValidationDocListener Class Reference

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

Detailed Description

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.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.ImageFilePanel.DelayedValidationDocListener.changedUpdate ( DocumentEvent  e)

Definition at line 827 of file ImageFilePanel.java.

void org.sleuthkit.autopsy.casemodule.ImageFilePanel.DelayedValidationDocListener.delayValidate ( )
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.


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

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.