Searched defs:printMode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java112 private JTable.PrintMode printMode; field in class:TablePrintable
160 * @param printMode the printing mode for this printable
168 JTable.PrintMode printMode,
183 this.printMode = printMode;
272 if (printMode == JTable.PrintMode.FIT_WIDTH &&
486 if (printMode == JTable.PrintMode.FIT_WIDTH) {
167 TablePrintable(JTable table, JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) argument
H A DJTable.java6014 * @param printMode the printing mode that the printable should use
6026 public boolean print(PrintMode printMode) throws PrinterException { argument
6028 return print(printMode, null, null);
6040 * @param printMode the printing mode that the printable should use
6058 public boolean print(PrintMode printMode, argument
6063 return print(printMode, headerFormat, footerFormat,
6073 * @param printMode the printing mode that the printable should use
6100 public boolean print(PrintMode printMode, argument
6108 return print(printMode,
6166 * @param printMode th
6195 print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive, PrintService service) argument
6434 getPrintable(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java142 private int printMode = ONE_PAGE; field in class:FontPanel
320 printMode = i;
841 if ( printMode == ONE_PAGE )
843 else /// printMode == CUR_RANGE
860 if ( printMode == ONE_PAGE )
862 else /// printMode == ALL_TEXT
1023 if ( printMode == ONE_PAGE ) {

Completed in 71 milliseconds