|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Color getGridColor(int row)
row
- the row index. Note the grid line corresponding to a row is the one below the row.
Color getVerticalGridColor(int column)
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).
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |