|
Autopsy
4.17.0
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 566 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 577 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 586 of file MapPanel.java.
| void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 598 of file MapPanel.java.
| void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.componentResized | ( | ComponentEvent | e | ) |
Definition at line 593 of file MapPanel.java.
|
abstract |
Called when the resize event has completed or timed out
|
staticprivate |
Definition at line 571 of file MapPanel.java.
|
private |
Definition at line 570 of file MapPanel.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.