Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.guiutils.SimpleListCellRenderer Class Reference

Inherits DefaultListCellRenderer.

Public Member Functions

Component getListCellRendererComponent (JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Simple extension of DefaultListCellRenderer that adds support for tooltips. The the tooltip text will be the same as the label text.

Definition at line 30 of file SimpleListCellRenderer.java.

Member Function Documentation

Component org.sleuthkit.autopsy.guiutils.SimpleListCellRenderer.getListCellRendererComponent ( JList<?>  list,
Object  value,
int  index,
boolean  isSelected,
boolean  cellHasFocus 
)

Definition at line 35 of file SimpleListCellRenderer.java.

Member Data Documentation

final long org.sleuthkit.autopsy.guiutils.SimpleListCellRenderer.serialVersionUID = 1L
staticprivate

Definition at line 32 of file SimpleListCellRenderer.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.