Searched refs:footerFormat (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java118 private MessageFormat footerFormat; field in class:TablePrintable
163 * @param footerFormat a <code>MessageFormat</code> specifying the text to
170 MessageFormat footerFormat) {
186 this.footerFormat = footerFormat;
228 if (footerFormat != null) {
229 footerText = footerFormat.format(pageNumber);
167 TablePrintable(JTable table, JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) argument
H A DJTable.java6044 * @param footerFormat a <code>MessageFormat</code> specifying the text
6060 MessageFormat footerFormat) throws PrinterException {
6063 return print(printMode, headerFormat, footerFormat,
6077 * @param footerFormat a <code>MessageFormat</code> specifying the text
6102 MessageFormat footerFormat,
6110 footerFormat,
6170 * @param footerFormat a <code>MessageFormat</code> specifying the text
6197 MessageFormat footerFormat,
6236 getPrintable(printMode, headerFormat, footerFormat);
6424 * @param footerFormat
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.java122 private final MessageFormat footerFormat; field in class:TextComponentPrintable
154 * @param footerFormat the page footer, or {@code null} for none
159 final MessageFormat footerFormat) {
170 getPrintable(frame, headerFormat, footerFormat));
175 headerFormat, footerFormat);
274 * {@code textComponent} with {@code headerFormat} and {@code footerFormat}.
278 * @param footerFormat the page footer or {@code null} for none
282 MessageFormat footerFormat) {
285 this.footerFormat = footerFormat;
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.java2141 * @param footerFormat the text, in {@code MessageFormat}, to be
2154 final MessageFormat footerFormat) throws PrinterException {
2155 return print(headerFormat, footerFormat, true, null, null, true);
2246 * @param footerFormat the text, in {@code MessageFormat}, to be
2269 final MessageFormat footerFormat,
2282 final Printable textPrintable = getPrintable(headerFormat, footerFormat);
2487 * @param footerFormat the text, in {@code MessageFormat}, to be
2500 final MessageFormat footerFormat) {
2502 this, headerFormat, footerFormat);
2153 print(final MessageFormat headerFormat, final MessageFormat footerFormat) argument
2268 print(final MessageFormat headerFormat, final MessageFormat footerFormat, final boolean showPrintDialog, final PrintService service, final PrintRequestAttributeSet attributes, final boolean interactive) argument
2499 getPrintable(final MessageFormat headerFormat, final MessageFormat footerFormat) argument

Completed in 104 milliseconds