|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of table data.
Method Summary | |
void |
addTableModelListener(TableModelListener l)
Adds a listener that will be notified of changes to the table model. |
java.lang.Class |
getColumnClass(int column)
Returns the most-specific class 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 to the table model. |
Method Detail |
public void addTableModelListener(TableModelListener l)
l
- The listener to add.public java.lang.Class getColumnClass(int column)
column
- The column number whose class is to be returned.
public int getColumnCount()
public java.lang.String getColumnName(int column)
column
- The column number whose name is to be returned.
public int getRowCount()
public java.lang.Object getValueAt(int column, int row)
column
- The column of the value to return.row
- The row of the value to return.public void removeTableModelListener(TableModelListener l)
l
- The listener to remove.
|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |