Autopsy  4.18.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.datasourcesummary.uiutils.JTablePanel< T >.Overlay Class Reference

Inherits LayerUI< JComponent >.

Public Member Functions

void paint (Graphics g, JComponent c)
 

Private Attributes

final BaseMessageOverlay overlayDelegate = new BaseMessageOverlay()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

This LayerUI is used to display the contents of a child JLabel. Inspired by TableWaitLayerTest (Animating a Busy Indicator): https://docs.oracle.com/javase/tutorial/uiswing/misc/jlayer.html.

Definition at line 130 of file JTablePanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.Overlay.paint ( Graphics  g,
JComponent  c 
)

Member Data Documentation

Definition at line 133 of file JTablePanel.java.

final long org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.Overlay.serialVersionUID = 1L
staticprivate

Definition at line 132 of file JTablePanel.java.


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

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