|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeaderStyleModel
This is the style model for headers. You could let your table model to implement this interface to shape the way you want to paint the header.
Method Summary | |
---|---|
CellStyle |
getHeaderStyleAt(int rowIndex,
int columnIndex)
Gets the header's cell style at the specified row and column. |
boolean |
isHeaderStyleOn()
Checks if the style is on. |
Method Detail |
---|
CellStyle getHeaderStyleAt(int rowIndex, int columnIndex)
rowIndex
- the row indexcolumnIndex
- the column index
boolean isHeaderStyleOn()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |