Lines Matching refs:mode

262          * Printing mode that prints the table at its current size,
268 * Printing mode that scales the output smaller, if necessary,
441 * The drop mode for this component.
1176 * Sets the table's auto resize mode when the table is resized. For further
1180 * @param mode One of 5 legal values:
1198 public void setAutoResizeMode(int mode) {
1199 if ((mode == AUTO_RESIZE_OFF) ||
1200 (mode == AUTO_RESIZE_NEXT_COLUMN) ||
1201 (mode == AUTO_RESIZE_SUBSEQUENT_COLUMNS) ||
1202 (mode == AUTO_RESIZE_LAST_COLUMN) ||
1203 (mode == AUTO_RESIZE_ALL_COLUMNS)) {
1205 autoResizeMode = mode;
1215 * Returns the auto resize mode of the table. The default mode
1411 * an item (in single selection mode) or a selection (in other selection
1453 * Sets the drop mode for this component. For backward compatibility,
1472 * The drop mode is only meaningful if this component has a
1475 * @param dropMode the drop mode to use
1476 * @throws IllegalArgumentException if the drop mode is unsupported
1500 throw new IllegalArgumentException(dropMode + ": Unsupported drop mode for table");
1504 * Returns the drop mode for this component.
1506 * @return the drop mode for this component
1691 assert false : "Unexpected drop mode";
1943 * Sets the table's selection mode to allow only single selections, a single
1950 * updates the mode for the row selection model but also sets similar
1963 * description: The selection mode used by the row and column selection models.
2446 // This is significant in cell selection mode if we are supposed
3003 * of this <code>JTable</code>'s automatic resize mode.
3041 * in AUTO_RESIZE_OFF mode to bring up a scroll bar, or break other
3042 * commitments of its current auto-resize mode -- instead it
3087 * If (DELTA < 0) we are in shrink mode where:
3094 * If (DELTA > 0) we are in expand mode where:
3135 // any overall delta to other columns, according to the resize mode.
3243 // Distribute delta over columns, as indicated by the autoresize mode.
3249 // Use the mode to determine how to absorb the changes.
5982 * this <code>JTable</code> in mode <code>PrintMode.FIT_WIDTH</code>,
5986 * Note: In headless mode, no dialogs are shown and printing
6007 * this <code>JTable</code> in the given printing mode,
6011 * Note: In headless mode, no dialogs are shown and printing
6014 * @param printMode the printing mode that the printable should use
6033 * this <code>JTable</code> in the given printing mode,
6037 * Note: In headless mode, no dialogs are shown and printing
6040 * @param printMode the printing mode that the printable should use
6073 * @param printMode the printing mode that the printable should use
6084 * @param interactive whether or not to print in an interactive mode
6133 * or not to perform printing in an interactive mode. If <code>true</code>,
6153 * in headless mode, will result in a <code>HeadlessException</code>.
6166 * @param printMode the printing mode that the printable should use
6177 * @param interactive whether or not to print in an interactive mode
6204 // complain early if an invalid parameter is specified for headless mode
6345 * printed at its current size. In this mode, there may be a need to spread
6385 * <li>In any mode, when the header or footer text is too wide to fit
6389 * <li>In any mode, when a row is too tall to fit in the
6421 * @param printMode the printing mode that the printable should use