|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpTableRow | |
|---|---|
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| Uses of IlpTableRow in ilog.cpl.table |
|---|
| Classes in ilog.cpl.table that implement IlpTableRow | |
|---|---|
class |
IlpDefaultTableRow
This is the default representation object to be used to represent rows in a table. |
| Methods in ilog.cpl.table that return IlpTableRow | |
|---|---|
IlpTableRow |
IlpTableModel.getRow(int index)
Returns the row at the given index. |
IlpTableRow |
IlpTableListModel.getRow(int rowIndex)
Returns the row at the given index. |
IlpTableRow |
IlpTableView.getRow(int rowIndex)
Returns the IlpTableRow corresponding to the specified row index. |
| Methods in ilog.cpl.table with parameters of type IlpTableRow | |
|---|---|
String |
IlpTableView.getDisplayValue(IlpTableRow row,
IlpAttribute column)
Returns the string displayed at the intersection of row and column. |
int |
IlpTableModel.getRowIndex(IlpTableRow row)
Returns the index of the specified row. |
int |
IlpTableListModel.getRowIndex(IlpTableRow row)
Returns the index of the specified row. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||