Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.centralrepository.optionspanel.AddNewOrganizationDialog.TextBoxChangedListener Class Reference

Inherits DocumentListener.

Public Member Functions

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

Detailed Description

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.

Member Function Documentation

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.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.