Searched defs:headerFormat (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java115 private MessageFormat headerFormat; field in class:TablePrintable
161 * @param headerFormat a <code>MessageFormat</code> specifying the text to
169 MessageFormat headerFormat,
185 this.headerFormat = headerFormat;
222 if (headerFormat != null) {
223 headerText = headerFormat.format(pageNumber);
167 TablePrintable(JTable table, JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) argument
H A DJTable.java6041 * @param headerFormat a <code>MessageFormat</code> specifying the text
6059 MessageFormat headerFormat,
6063 return print(printMode, headerFormat, footerFormat,
6074 * @param headerFormat a <code>MessageFormat</code> specifying the text
6101 MessageFormat headerFormat,
6109 headerFormat,
6167 * @param headerFormat a <code>MessageFormat</code> specifying the text
6196 MessageFormat headerFormat,
6236 getPrintable(printMode, headerFormat, footerFormat);
6422 * @param headerFormat
6058 print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) argument
6100 print(PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive) argument
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/classes/sun/swing/text/
H A DTextComponentPrintable.java121 private final MessageFormat headerFormat; field in class:TextComponentPrintable
153 * @param headerFormat the page header, or {@code null} for none
158 final MessageFormat headerFormat,
170 getPrintable(frame, headerFormat, footerFormat));
175 headerFormat, footerFormat);
274 * {@code textComponent} with {@code headerFormat} and {@code footerFormat}.
277 * @param headerFormat the page header or {@code null} for none
281 MessageFormat headerFormat,
284 this.headerFormat = headerFormat;
157 getPrintable(final JTextComponent textComponent, final MessageFormat headerFormat, final MessageFormat footerFormat) argument
280 TextComponentPrintable(JTextComponent textComponent, MessageFormat headerFormat, MessageFormat footerFormat) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java2139 * @param headerFormat the text, in {@code MessageFormat}, to be
2153 public boolean print(final MessageFormat headerFormat, argument
2155 return print(headerFormat, footerFormat, true, null, null, true);
2244 * @param headerFormat the text, in {@code MessageFormat}, to be
2268 public boolean print(final MessageFormat headerFormat, argument
2282 final Printable textPrintable = getPrintable(headerFormat, footerFormat);
2485 * @param headerFormat the text, in {@code MessageFormat}, to be
2499 public Printable getPrintable(final MessageFormat headerFormat, argument
2502 this, headerFormat, footerFormat);

Completed in 69 milliseconds