|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A model which represents data in a table format.
| Method Summary | |
void |
addTableModelListener(TableModelListener l)
Adds a listener that will be notified of changes/ |
java.lang.Class |
getColumnClass(int column)
Returns the most-specific class of objects found in a given table column. |
int |
getColumnCount()
Returns the number of columns in the table. |
java.lang.String |
getColumnName(int column)
Returns the name of the specified column number. |
int |
getRowCount()
Returns the number of rows in the table. |
java.lang.Object |
getValueAt(int column,
int row)
Returns the value found at the given coordinate within the table. |
void |
removeTableModelListener(TableModelListener l)
Removes a listener from being notified of changes. |
| Method Detail |
public void addTableModelListener(TableModelListener l)
l - the listener to addpublic java.lang.Class getColumnClass(int column)
column - the column index (0-based)
public int getColumnCount()
public java.lang.String getColumnName(int column)
column - the column index (0-based)
public int getRowCount()
public java.lang.Object getValueAt(int column,
int row)
column - the column index (0-based)row - the row index (0-based)public void removeTableModelListener(TableModelListener l)
l - the listener to remove
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||