Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanel.TextFieldListener Class Reference

Inherits DocumentListener.

Public Member Functions

void changedUpdate (DocumentEvent e)
 
void insertUpdate (DocumentEvent e)
 
void removeUpdate (DocumentEvent e)
 

Private Member Functions

void baseOnChange ()
 

Private Attributes

final Runnable onChange
 

Detailed Description

Listens for registered text fields that have changed and fires a PropertyChangeEvent accordingly as well as firing an optional additional listener.

Definition at line 756 of file AutopsyOptionsPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanel.TextFieldListener.baseOnChange ( )
private

Definition at line 768 of file AutopsyOptionsPanel.java.

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanel.TextFieldListener.changedUpdate ( DocumentEvent  e)

Definition at line 777 of file AutopsyOptionsPanel.java.

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanel.TextFieldListener.insertUpdate ( DocumentEvent  e)

Definition at line 787 of file AutopsyOptionsPanel.java.

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanel.TextFieldListener.removeUpdate ( DocumentEvent  e)

Definition at line 782 of file AutopsyOptionsPanel.java.

Member Data Documentation

final Runnable org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanel.TextFieldListener.onChange
private

Definition at line 757 of file AutopsyOptionsPanel.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.