Class ColorCellRenderer

Synopsis

 public final class ColorCellRendererimplements TableCellRenderer {
  public static final Icon BLUE ;
  public static final Icon RED ;
  public static final Icon YELLOW ;
  public static final Icon GREEN ;
  public static final Icon ORANGE ;
  public static final Icon PINK ;
  public static final Icon PURPLE ;
  public static final Icon WHITE ;
  public static final Icon CYAN ;
  public static final Icon LIGHTBLUE ;
  public ColorCellRenderer(TableCellRenderer wrapped,
                           IconCreator icons);

  public Component getTableCellRendererComponent(JTable table,
                                                 Object value,
                                                 boolean isSelected,
                                                 boolean hasFocus,
                                                 int row,
                                                 int column);

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.ui.controller.ColorCellRenderer