Autopsy  4.16.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 543 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 554 of file MapPanel.java.

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

Member Function Documentation

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

Definition at line 575 of file MapPanel.java.

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

Definition at line 570 of file MapPanel.java.

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

Called when the resize event has completed or timed out

Member Data Documentation

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

Definition at line 548 of file MapPanel.java.

final Timer org.sleuthkit.autopsy.geolocation.MapPanel.ComponentResizeEndListener.timer
private

Definition at line 547 of file MapPanel.java.


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

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