Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ComponentAdapter, and ActionListener.
Public Member Functions | |
ComponentResizeEndListener () | |
ComponentResizeEndListener (int delayMS) | |
void | actionPerformed (ActionEvent e) |
void | componentResized (ComponentEvent e) |
abstract void | resizeTimedOut () |
Private Attributes | |
final Timer | timer |
Static Private Attributes | |
static final int | DEFAULT_TIMEOUT = 200 |
Abstract listener class to listen for the completion of a resize event.
ComponentListener does not provide support for listening for the completion of a resize event. In order to provide this functionality ComponentResizeEndListener as a time that is restarted every time componentResize is called. When the timer finally runs out the assumption is that the resize has completed.
Definition at line 568 of file MapPanel.java.
org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.ComponentResizeEndListener | ( | ) |
Constructs a new Listener with a default timeout of DEFAULT_TIMEOUT milliseconds.
Definition at line 579 of file MapPanel.java.
org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.ComponentResizeEndListener | ( | int | delayMS | ) |
Constructs a new listener with the given timeout value.
delayMS | timeout value in milliseconds |
Definition at line 588 of file MapPanel.java.
void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 600 of file MapPanel.java.
void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.componentResized | ( | ComponentEvent | e | ) |
Definition at line 595 of file MapPanel.java.
|
abstract |
Called when the resize event has completed or timed out
|
staticprivate |
Definition at line 573 of file MapPanel.java.
|
private |
Definition at line 572 of file MapPanel.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 21 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.