|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartModel
An extension to table model supporting named rows and comparable keys.
| Method Summary | |
|---|---|
Comparable |
getColumnKey(int columnIndex)
Gets the key of the indexed column. |
Comparable |
getRowKey(int rowIndex)
Gets the key of the indexed row. |
String |
getRowName(int rowIndex)
Gets the name of the indexed row. |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
|---|
String getRowName(int rowIndex)
rowIndex - the index of the row.
Comparable getRowKey(int rowIndex)
rowIndex - the index of the row.
Comparable getColumnKey(int columnIndex)
columnIndex - the index of the column.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||