Lines Matching defs:from
113 * object values. Each column's name will be taken from
131 * object values. Each column's name will be taken from
257 private void justifyRows(int from, int to) {
264 for (int i = from; i < to; i++) {
403 for(int from = (to + r) % size; from != i; from = (to + r) % size) {
404 v.setElementAt(v.elementAt(a + from), a + to);
405 to = from;
412 * Moves one or more rows from the inclusive range <code>start</code> to
456 * Removes the row at <code>row</code> from the model. Notification