|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits DocumentListener.
Public Member Functions | |
| void | changedUpdate (DocumentEvent e) |
| void | insertUpdate (DocumentEvent e) |
| void | removeUpdate (DocumentEvent e) |
Used to listen for changes in text boxes. It lets the panel know things have been updated and that validation needs to happen.
Definition at line 177 of file AddNewOrganizationDialog.java.
| void org.sleuthkit.autopsy.centralrepository.optionspanel.AddNewOrganizationDialog.TextBoxChangedListener.changedUpdate | ( | DocumentEvent | e | ) |
Definition at line 180 of file AddNewOrganizationDialog.java.
| void org.sleuthkit.autopsy.centralrepository.optionspanel.AddNewOrganizationDialog.TextBoxChangedListener.insertUpdate | ( | DocumentEvent | e | ) |
Definition at line 186 of file AddNewOrganizationDialog.java.
| void org.sleuthkit.autopsy.centralrepository.optionspanel.AddNewOrganizationDialog.TextBoxChangedListener.removeUpdate | ( | DocumentEvent | e | ) |
Definition at line 192 of file AddNewOrganizationDialog.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.