|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpTableModel
Defines the representation model for the IlpTableView.
| Method Summary | |
|---|---|
IlpExtendedAttributeGroup |
getAttributeGroup()
Returns the attribute group used by the table model. |
IlpAttribute |
getColumn(int columnIndex)
Returns the attribute at index columnIndex. |
int |
getColumnIndex(IlpAttribute column)
Returns the index of the specified column. |
List |
getColumns()
Returns the list of attributes managed by the table model. |
IlpTableRow |
getRow(int index)
Returns the row at the given index. |
int |
getRowIndex(IlpTableRow row)
Returns the index of the specified row. |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
|---|
IlpTableRow getRow(int index)
IndexOutOfBoundsException - if index is negative or greater than or
equal to the number of rows.int getRowIndex(IlpTableRow row)
row - The row whose index is required.
row
is null or is not in the model.IlpAttribute getColumn(int columnIndex)
columnIndex.
columnIndex - The index of the attribute to return.
columnIndex.
IndexOutOfBoundsException - if columnIndex is negative
or greater than or equal to the number of columns.int getColumnIndex(IlpAttribute column)
column - The column whose index is required.
column
is null or is not in the model.List getColumns()
IlpExtendedAttributeGroup getAttributeGroup()
null.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||