Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
44 denotes the heading of the row.
46 specifies the content of the row.
50 /** appends multiple rows of data to the model.
52 denotes the headings of the to-be-added rows.
54 specifies the data of the rows to be added.
56 if <code>Titles</code> and <code>Data</code> are of different length.
61 /** inserts a row into the set of data rows
66 denotes the heading of the row.
68 specifies the content of the row.
70 if <code>Index</code> is smaller than <code>0</code> or greater than the number of
76 /** inserts multiple rows of data into the model.
80 denotes the headings of the to-be-added rows.
82 specifies the data of the rows to be added.
84 if <code>Titles</code> and <code>Data</code> are of different length.
86 if <code>Index</code> is smaller than <code>0</code> or greater than the number of
93 /** removes a row of data from the model
96 the index of the row that should be removed.
107 /** updates the content of the given cell
109 the column index of the to-be-updated cell
111 the row index of the to-be-updated cell
113 the new value of the cell.
120 /** updates the content of a given row.
128 contains the column indexes of the cells, which should be updated
130 contains the index of the row whose data is to be updated
132 specifies the new values of the cells.
134 if one of the row indexes or the column index is invalid
136 … if the lengths of the <code>ColumnIndexes</code> and <code>Values</code> sequences are not equal.
158 /** updates the tooltip for all cells of a given row
161 times in a row, for all cells of a given row.</p>
171 /** registers listener to be notified of data changes in the model