Autopsy
4.7.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-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.