com.ptc.wgmecad.table
Class TableCheckBoxRenderer

java.lang.Object
  extended bycom.ptc.wgmecad.table.TableCheckBoxRenderer
All Implemented Interfaces:
TableCellRenderer

public class TableCheckBoxRenderer
extends Object
implements TableCellRenderer


Field Summary
private static Boolean bTrue
           
private  JCheckBox cb
           
 
Constructor Summary
TableCheckBoxRenderer()
           
 
Method Summary
 Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cb

private JCheckBox cb

bTrue

private static Boolean bTrue
Constructor Detail

TableCheckBoxRenderer

public TableCheckBoxRenderer()
Method Detail

getTableCellRendererComponent

public Component getTableCellRendererComponent(JTable table,
                                               Object value,
                                               boolean isSelected,
                                               boolean hasFocus,
                                               int row,
                                               int column)
Specified by:
getTableCellRendererComponent in interface TableCellRenderer