Package | Description |
---|---|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableRow
This is the default representation object to be used to represent rows
in a table.
|
Modifier and Type | Method and Description |
---|---|
IlpTableRow |
IlpTableView.getRow(int rowIndex)
Returns the
IlpTableRow corresponding to the specified row index. |
IlpTableRow |
IlpTableModel.getRow(int index)
Returns the row at the given index.
|
IlpTableRow |
IlpTableListModel.getRow(int rowIndex)
Returns the row at the given index.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.