Searched refs:Pageable (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageable.java29 * The <code>Pageable</code> implementation represents a set of
30 * pages to be printed. The <code>Pageable</code> object returns
36 public interface Pageable { interface
41 * method if a <code>Pageable</code> implementation does not know
49 * it is recommended that <code>Pageable</code>
53 * @return the number of pages in this <code>Pageable</code>.
65 * the <code>Pageable</code> does not contain the requested
78 * the <code>Pageable</code> does not contain the requested
H A DBook.java33 * class uses the {@link Pageable} interface to interact with a
35 * @see Pageable
39 public class Book implements Pageable {
76 * @throws IndexOutOfBoundsException if the <code>Pageable</code>
91 * @throws IndexOutOfBoundsException if the <code>Pageable</code>
H A DPrinterJob.java102 * and specifying a Pageable DocFlavor.
140 * </code>} and specifying a Pageable DocFlavor.
183 * cannot support the <code>Pageable</code> and
226 * page held in the <code>Pageable</code> instance,
230 * @exception NullPointerException the <code>Pageable</code> passed in
235 public abstract void setPageable(Pageable document)
262 * <code>Pageable</code> interface. The selected printer when the
287 * the Pageable interface, clients which intend to use media selected
405 * and need a PageFormat to print a Pageable object.
516 * @see Pageable
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJobDialog.java33 private Pageable fPageable;
36 CPrinterJobDialog(Frame parent, CPrinterJob printerJob, Pageable doc, boolean allowPrintToFile) {
H A DCPrinterJob.java215 if(lastPage == Pageable.UNKNOWN_NUMBER_OF_PAGES) {
217 if (totalPages != Pageable.UNKNOWN_NUMBER_OF_PAGES) {
447 private boolean jobSetup(Pageable doc, boolean allowPrintToFile) {
619 Pageable pageable = getPageable();
/openjdk7/jdk/src/share/classes/sun/print/
H A DOpenBook.java28 import java.awt.print.Pageable;
35 * is used by PrinterJob to print Pageable jobs.
38 class OpenBook implements Pageable {
59 * Create a Pageable with an unknown number of pages
H A DPageableDoc.java33 import java.awt.print.Pageable;
42 private Pageable pageable;
44 public PageableDoc(Pageable pageable) {
H A DRasterPrinterJob.java47 import java.awt.print.Pageable;
226 private int mFirstPage = Pageable.UNKNOWN_NUMBER_OF_PAGES;
227 private int mLastPage = Pageable.UNKNOWN_NUMBER_OF_PAGES;
244 protected Pageable mDocument = new Book();
432 /* Pageable implies Printable so checking both isn't strictly needed */
488 * cannot support the <code>Pageable</code> and
998 * Pageable instance 'document'. 'document' will be queried
1001 * @param Pageable The document to be printed. It may not be null.
1002 * @exception NullPointerException the Pageable passed in was null.
1006 public void setPageable(Pageable documen
[all...]
H A DPSStreamPrintJob.java324 } else if (repClassName.equals("java.awt.print.Pageable")) {
326 pageableJob((Pageable)doc.getPrintData(), reqAttrSet);
390 public void pageableJob(Pageable pageable,
H A DPSPrinterJob.java49 import java.awt.print.Pageable;
2163 public static class EPSPrinter implements Pageable {
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DExceptionTest.java59 class TextCanvas extends Panel implements Pageable, Printable {
H A DPrintLatinCJKTest.java36 import java.awt.print.Pageable;
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java387 } else if (repClassName.equals("java.awt.print.Pageable")) {
389 pageableJob((Pageable)doc.getPrintData());
554 public void pageableJob(Pageable pageable) throws PrintException {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java52 import java.awt.print.Pageable;
198 * Pageable MAX pages
580 * cannot support the <code>Pageable</code> and
1295 private native boolean jobSetup(Pageable doc, boolean allowPrintToFile);
1643 Pageable pageable = getPageable();
1646 if (numPages <= Pageable.UNKNOWN_NUMBER_OF_PAGES) {
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java152 class ClippedImageCanvas extends Component implements Printable, Pageable {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java478 } else if (repClassName.equals("java.awt.print.Pageable")) {
480 pageableJob((Pageable)doc.getPrintData());
651 public void pageableJob(Pageable pageable) throws PrintException {
/openjdk7/jdk/make/sun/lwawt/
H A DFILES_export_macosx.gmk277 java/awt/print/Pageable.java \

Completed in 73 milliseconds