dyntable
Interface ColoredCell

All Known Implementing Classes:
DefaultCellAttribute

public interface ColoredCell

$Id: ColoredCell.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The ColoredCell Interface is implemented by DefaultCellAttribute and used in JDynTable class. It provides some standard methods concerning table cell color setting(s).

Version:
$Revision: 1.0 $
Author:
$Author: jdyntable@gmx.de $

Method Summary
 java.awt.Color getBackground(int row, int column)
           
 java.awt.Color getForeground(int row, int column)
           
 void setBackground(java.awt.Color color, int[] rows, int[] columns)
           
 void setBackground(java.awt.Color color, int row, int column)
           
 void setForeground(java.awt.Color color, int[] rows, int[] columns)
           
 void setForeground(java.awt.Color color, int row, int column)
           
 

Method Detail

getForeground

public java.awt.Color getForeground(int row,
                                    int column)

setForeground

public void setForeground(java.awt.Color color,
                          int row,
                          int column)

setForeground

public void setForeground(java.awt.Color color,
                          int[] rows,
                          int[] columns)

getBackground

public java.awt.Color getBackground(int row,
                                    int column)

setBackground

public void setBackground(java.awt.Color color,
                          int row,
                          int column)

setBackground

public void setBackground(java.awt.Color color,
                          int[] rows,
                          int[] columns)