org.keridwen.modelling.utils.ui
Class CheckBoxCellRenderer

java.lang.Object
  extended by org.keridwen.modelling.utils.ui.CheckBoxCellRenderer
All Implemented Interfaces:
TableCellRenderer

public class CheckBoxCellRenderer
extends Object
implements TableCellRenderer


Constructor Summary
CheckBoxCellRenderer()
           
 
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
 

Constructor Detail

CheckBoxCellRenderer

public CheckBoxCellRenderer()
Method Detail

getTableCellRendererComponent

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


Copyright © 2012-2013 Artenum. All Rights Reserved.