|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The JCTableDataModel interface defines a data source. This
is extended by JCTable to add data listeners.
TableDataModel,
JCTable.setDataSource(com.klg.jclass.table.TableDataModel)| Method Summary | |
int |
getNumColumns()
Returns the number of columns of data the data source contains. |
int |
getNumRows()
Returns the number of rows of data the data source contains. |
Object |
getTableColumnLabel(int column)
Returns the value for the column label at the specified column. |
Object |
getTableDataItem(int row,
int column)
Returns the value for the cell at the specified location. |
Object |
getTableRowLabel(int row)
Returns the value for the row label at the specified row. |
| Method Detail |
public Object getTableDataItem(int row,
int column)
column - row -
public int getNumRows()
public int getNumColumns()
public Object getTableRowLabel(int row)
row -
public Object getTableColumnLabel(int column)
column -
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||