Go to the documentation of this file.
19package org.sleuthkit.autopsy.datasourcesummary.uiutils;
21import java.awt.Component;
22import java.lang.reflect.InvocationTargetException;
23import javax.swing.JTable;
24import org.openide.nodes.Node;
25import org.sleuthkit.autopsy.datamodel.NodeProperty;
26import org.sleuthkit.autopsy.guiutils.GrayableCellRenderer;
40 setHorizontalAlignment(RIGHT);
41 Object cellContents =
null;
45 cellContents = ((Node.Property) value).getValue();
46 }
catch (IllegalAccessException | InvocationTargetException ex) {
53 if (
null != cellContents) {
54 setText(cellContents.toString());
static final long serialVersionUID
Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
void grayCellIfTableNotEnabled(JTable table, boolean isSelected)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.