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

Inherits DefaultTableCellRenderer.

Public Member Functions

Component getTableCellRendererComponent (JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

A cell renderer for boolean cells that shows a center-aligned green check mark if true, nothing if false.

Definition at line 606 of file DropdownListSearchPanel.java.

Member Function Documentation

Component org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.CheckBoxRenderer.getTableCellRendererComponent ( JTable  table,
Object  value,
boolean  isSelected,
boolean  hasFocus,
int  row,
int  column 
)

Definition at line 616 of file DropdownListSearchPanel.java.

Member Data Documentation

final long org.sleuthkit.autopsy.keywordsearch.DropdownListSearchPanel.CheckBoxRenderer.serialVersionUID = 1L
staticprivate

Definition at line 608 of file DropdownListSearchPanel.java.


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

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