public interface MatrixModel<Row,Head,Cell,Header> extends ListModel<Row>
Biglistbox
to get the content of cells and headers from the matrix data.Modifier and Type | Method and Description |
---|---|
Cell |
getCellAt(Row rowData,
int columnIndex)
Returns the data object of the cell from the specified index.
|
int |
getColumnSize()
Returns the length of the columns
|
Head |
getHeadAt(int rowIndex)
Returns the data object of the head from the specified index.
|
Header |
getHeaderAt(Head headData,
int columnIndex)
Returns the data object of the header from the specified index.
|
int |
getHeadSize()
Returns the length of the heads
|
addListDataListener, getElementAt, getSize, removeListDataListener
int getColumnSize()
int getHeadSize()
Head getHeadAt(int rowIndex)
rowIndex
- the index of the row in the headersCell getCellAt(Row rowData, int columnIndex)
rowData
- the row datacolumnIndex
- the index of the columnCopyright © 2005-2011 Potix Corporation. All Rights Reserved.