gate.gui.docview
Class AnnotationSetsView.SetsTableCellRenderer

java.lang.Object
  extended by gate.gui.docview.AnnotationSetsView.SetsTableCellRenderer
All Implemented Interfaces:
TableCellRenderer
Enclosing class:
AnnotationSetsView

protected class AnnotationSetsView.SetsTableCellRenderer
extends Object
implements TableCellRenderer


Field Summary
protected  Border normalBorder
           
protected  Border selectedBorder
           
protected  JCheckBox setChk
           
protected  JLabel setLabel
           
protected  JCheckBox typeChk
           
protected  JLabel typeLabel
           
 
Constructor Summary
AnnotationSetsView.SetsTableCellRenderer()
           
 
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

typeLabel

protected JLabel typeLabel

setLabel

protected JLabel setLabel

setChk

protected JCheckBox setChk

typeChk

protected JCheckBox typeChk

selectedBorder

protected Border selectedBorder

normalBorder

protected Border normalBorder
Constructor Detail

AnnotationSetsView.SetsTableCellRenderer

public AnnotationSetsView.SetsTableCellRenderer()
Method Detail

getTableCellRendererComponent

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