|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An extension of the javax.swing.table.TableModel interface
that returns prototype values and style names.
| Method Summary | |
java.lang.String |
getCellStyleNameAt(int row,
int column)
Returns the string to use as the style name for the cell at the specified row and column indices. |
java.lang.String |
getColumnStyleNameAt(int column)
Returns the string to use as the style name for the column at the specified index. |
java.lang.Object |
getPrototypeValueAt(int row,
int column)
Returns a prototypical value at the specified cell location. |
java.lang.String |
getRowStyleNameAt(int row)
Returns the string to use as the style name for the row at the specified index. |
java.lang.String |
getStyleNameAt(int row,
int column)
Returns the string to use as the style name for the content of the cell at the specified row and column indices. |
java.lang.String |
getTableStyleName()
Returns the string to use as the style name for the table. |
| Methods inherited from interface javax.swing.table.TableModel |
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
public java.lang.String getCellStyleNameAt(int row,
int column)
row - index of row of cell in questioncolumn - index of column of cell in question
public java.lang.String getColumnStyleNameAt(int column)
column - index of column in question
public java.lang.Object getPrototypeValueAt(int row,
int column)
row - cell's row indexcolumn - cell's column index
null)public java.lang.String getRowStyleNameAt(int row)
row - index of row in question
public java.lang.String getStyleNameAt(int row,
int column)
row - cell's row indexcolumn - cell's column index
null)public java.lang.String getTableStyleName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||