Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestMessagePanel.BooleanRenderer Class Reference

Inherits DefaultTableCellRenderer.

Public Member Functions

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

Private Attributes

final String bulletChar = new String(Character.toChars(0x2022))
 

Detailed Description

Definition at line 835 of file IngestMessagePanel.java.

Member Function Documentation

Component org.sleuthkit.autopsy.ingest.IngestMessagePanel.BooleanRenderer.getTableCellRendererComponent ( JTable  table,
Object  value,
boolean  isSelected,
boolean  hasFocus,
int  row,
int  column 
)

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.IngestMessagePanel.BooleanRenderer.bulletChar = new String(Character.toChars(0x2022))
private

Definition at line 837 of file IngestMessagePanel.java.


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

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