Lines Matching refs:PrintMode
42 * <code>JTable.PrintMode.NORMAL</code> is used, the implementation
46 * When <code>JTable.PrintMode.FIT_WIDTH</code> is given, the implementation
72 * <li>In <code>JTable.PrintMode.NORMAL</code> when a column
82 * sizes works best when <code>JTable.PrintMode.FIT_WIDTH</code> is used, or
84 * it is printing a set of rows in <code>JTable.PrintMode.NORMAL</code> and the
112 private JTable.PrintMode printMode;
168 JTable.PrintMode printMode,
272 if (printMode == JTable.PrintMode.FIT_WIDTH &&
484 // we can short-circuit for JTable.PrintMode.FIT_WIDTH since
486 if (printMode == JTable.PrintMode.FIT_WIDTH) {