Searched refs:PrintMode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java42 * <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
[all...]
H A DJTable.java254 * @see #print(JTable.PrintMode, MessageFormat, MessageFormat,
259 public enum PrintMode { enum in class:JTable
5982 * this <code>JTable</code> in mode <code>PrintMode.FIT_WIDTH</code>,
5994 * @see #print(JTable.PrintMode, MessageFormat, MessageFormat,
6002 return print(PrintMode.FIT_WIDTH);
6020 * @see #print(JTable.PrintMode, MessageFormat, MessageFormat,
6026 public boolean print(PrintMode printMode) throws PrinterException {
6052 * @see #print(JTable.PrintMode, MessageFormat, MessageFormat,
6058 public boolean print(PrintMode printMode,
6069 * {@link #print(JTable.PrintMode, MessageForma
[all...]

Completed in 48 milliseconds