Lines Matching refs:between

201  * appropriate for short term storage or RMI between applications running
295 /** The height in pixels of the margin between the cells in each row. */
301 /** The table draws horizontal lines between cells if <code>showHorizontalLines</code> is true. */
304 /** The table draws vertical lines between cells if <code>showVerticalLines</code> is true. */
399 * To communicate errors between threads during printing.
533 * between implementations.
997 * Sets the amount of empty space between cells in adjacent rows.
999 * @param rowMargin the number of pixels between cells in a row
1003 * description: The amount of space between cells.
1013 * Gets the amount of empty space, in pixels, between cells. Equivalent to:
1015 * @return the number of pixels between cells in a row
1025 * the height and width of the space between cells -- to
1030 * and height between cells
1033 * description: The spacing between the cells,
1045 * Returns the horizontal and vertical space between cells.
1048 * @return the horizontal and vertical spacing between cells
1111 * Sets whether the table draws horizontal lines between cells.
1120 * description: Whether horizontal lines should be drawn in between the cells.
1132 * Sets whether the table draws vertical lines between cells.
1141 * description: Whether vertical lines should be drawn in between the cells.
1152 * Returns true if the table draws horizontal lines between cells, false if it
1155 * @return true if the table draws horizontal lines between cells, false if it
1164 * Returns true if the table draws vertical lines between cells, false if it
1167 * @return true if the table draws vertical lines between cells, false if it
1531 boolean between = false;
1562 between = true;
1565 between = true;
1570 between, true);
1610 between = true;
1613 between = true;
1616 location = new DropLocation(p, row, col, between, false);
1648 between = true;
1651 between = true;
1654 location = new DropLocation(p, row, col, false, between);
1678 between = true;
1681 between = true;
1686 between,
2412 * Apply the selection state of the anchor to all cells between it and the
3021 * between adjacent cells being independently adjustable.
3067 * Call "DELTA" the difference between the target size and the
4649 // We need to consider more than just the range between
5883 * content and format of the returned string may vary between
6574 * appropriate for short term storage or RMI between applications running