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

/openjdk7/jdk/src/share/classes/javax/print/
H A DAttributeException.java55 public Class[] getUnsupportedAttributes(); method in interface:AttributeException
H A DPrintService.java143 * with all attributes. Use <code>getUnsupportedAttributes(..)</code>
159 * with all attributes. Use <code>getUnsupportedAttributes(..)</code>
445 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in interface:PrintService
H A DPrintServiceLookup.java414 null == services[i].getUnsupportedAttributes(
468 if (services[i].getUnsupportedAttributes(
H A DServiceUI.java312 AttributeSet asUnsupported = ps.getUnsupportedAttributes(flavor,
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJobAttributeException.java44 public Class[] getUnsupportedAttributes() { method in class:PrintJobAttributeException
H A DPSStreamPrintService.java445 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:PSStreamPrintService
H A DRasterPrinterJob.java1057 service.getUnsupportedAttributes(
/openjdk7/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
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java96 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Applet4PrintService
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintServiceLookup.java248 getUnsupportedAttributes(flavor, requestSet) == null) {
H A DWin32PrintService.java1562 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:Win32PrintService
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintServiceLookup.java501 getUnsupportedAttributes(flavor, requestSet) == null) {
517 service.getUnsupportedAttributes(flavor, requestSet) == null)
H A DUnixPrintService.java951 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:UnixPrintService
H A DIPPPrintService.java786 public AttributeSet getUnsupportedAttributes(DocFlavor flavor, method in class:IPPPrintService

Completed in 60 milliseconds