protected class AnnotationSetsView.SetsTableCellRenderer extends Object implements TableCellRenderer
Modifier and Type | Field and Description |
---|---|
protected Border |
normalBorder |
protected Border |
selectedBorder |
protected JCheckBox |
setChk |
protected JLabel |
setLabel |
protected JCheckBox |
typeChk |
protected JLabel |
typeLabel |
Constructor and Description |
---|
SetsTableCellRenderer() |
Modifier and Type | Method and Description |
---|---|
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
protected JLabel typeLabel
protected JLabel setLabel
protected JCheckBox setChk
protected JCheckBox typeChk
protected Border selectedBorder
protected Border normalBorder
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
getTableCellRendererComponent
in interface TableCellRenderer
Copyright © 2024 GATE. All rights reserved.