JIDE 3.5.15

com.jidesoft.grid
Interface GridColorProvider

All Known Implementing Classes:
DiffTableStyleProvider

public interface GridColorProvider

An interface to provide the colors of the grid lines in a JideTable.


Method Summary
 Color getGridColor(int row)
          Gets the horizontal grid line color.
 Color getVerticalGridColor(int column)
          Gets the vertical grid line color.
 

Method Detail

getGridColor

Color getGridColor(int row)
Gets the horizontal grid line color.

Parameters:
row - the row index. Note the grid line corresponding to a row is the one below the row.
Returns:
the horizontal grid line color.

getVerticalGridColor

Color getVerticalGridColor(int column)
Gets the vertical grid line color.

Parameters:
column - the column index. The vertical grid line corresponding to a column is the one on the right side of the column (in left to right orientation).
Returns:
the vertical grid line color.

JIDE 3.5.15