Searched refs:getUnsupportedAttributes (Results 1 - 21 of 21) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/print/
H A DAttributeException.java50 public Class<?>[] getUnsupportedAttributes(); method in interface:AttributeException
H A DPrintService.java142 * attributes. Use {@code getUnsupportedAttributes(..)} to validate specific
155 * attributes. Use {@code getUnsupportedAttributes(..)} to validate specific
396 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in interface:PrintService
H A DPrintServiceLookup.java444 null == services[i].getUnsupportedAttributes(
511 if (services[i].getUnsupportedAttributes(
H A DServiceUI.java320 AttributeSet asUnsupported = ps.getUnsupportedAttributes(flavor,
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPrintJobAttributeException.java45 public Class<?>[] getUnsupportedAttributes() { method in class:PrintJobAttributeException
H A DPSStreamPrintService.java456 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:PSStreamPrintService
H A DRasterPrinterJob.java1208 service.getUnsupportedAttributes(
/openjdk10/jdk/test/javax/print/attribute/
H A DPSCopiesFlavorTest.java47 AttributeSet us = ps[0].getUnsupportedAttributes(flavor, aset);
H A DServiceDialogTest.java258 public AttributeSet getUnsupportedAttributes(DocFlavor docflavor, AttributeSet attributeset) { method in class:TestPrintService
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DNullGetName.java127 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:ImagePrintService
H A DDummyPrintTest.java160 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:DummyPrintService
/openjdk10/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet3PrintService
/openjdk10/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet4PrintService
/openjdk10/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet2PrintService
/openjdk10/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet1PrintService
/openjdk10/jdk/test/java/awt/print/PrinterJob/CustomPrintService/
H A DPrintServiceStub.java149 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:PrintServiceStub
/openjdk10/jdk/src/java.desktop/windows/classes/sun/print/
H A DPrintServiceLookupProvider.java255 getUnsupportedAttributes(flavor, requestSet) == null) {
H A DWin32PrintService.java1592 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Win32PrintService
/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DPrintServiceLookupProvider.java598 getUnsupportedAttributes(flavor, requestSet) == null) {
614 service.getUnsupportedAttributes(flavor, requestSet) == null)
H A DUnixPrintService.java1030 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:UnixPrintService
H A DIPPPrintService.java808 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:IPPPrintService

Completed in 193 milliseconds