Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener Class Referenceabstract

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
 

Detailed Description

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 485 of file MapPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.ComponentResizeEndListener ( )

Constructs a new Listener with a default timeout of DEFAULT_TIMEOUT milliseconds.

Definition at line 496 of file MapPanel.java.

References org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.DEFAULT_TIMEOUT.

org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.ComponentResizeEndListener ( int  delayMS)

Constructs a new listener with the given timeout value.

Parameters
delayMStimeout value in milliseconds

Definition at line 505 of file MapPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.actionPerformed ( ActionEvent  e)
void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.componentResized ( ComponentEvent  e)

Definition at line 512 of file MapPanel.java.

abstract void org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.resizeTimedOut ( )
abstract

Called when the resize event has completed or timed out

Referenced by org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.actionPerformed().

Member Data Documentation

final int org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.DEFAULT_TIMEOUT = 200
staticprivate
final Timer org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.timer
private

Definition at line 489 of file MapPanel.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.