Searched defs:isAttributeValueSupported (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java399 public boolean isAttributeValueSupported(Attribute attrval, method in interface:PrintService
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet4PrintService
/openjdk7/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java81 //System.out.println("is REVERSE PORTRAIT supported ? "+services[0].isAttributeValueSupported(OrientationRequested.REVERSE_PORTRAIT, flavor, null));
209 public boolean isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes) { method in class:TestPrintService
275 if (!isAttributeValueSupported(attribute, docflavor, attributeset)) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintService.java394 public boolean isAttributeValueSupported(Attribute attr, method in class:PSStreamPrintService
465 } else if (!isAttributeValueSupported(attr, flavor,
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java878 public boolean isAttributeValueSupported(Attribute attr, method in class:UnixPrintService
971 } else if (!isAttributeValueSupported(attr, flavor,
H A DIPPPrintService.java805 } else if (!isAttributeValueSupported(attr, flavor,
1247 public boolean isAttributeValueSupported(Attribute attr, method in class:IPPPrintService
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java1450 public boolean isAttributeValueSupported(Attribute attr, method in class:Win32PrintService
1520 return isAttributeValueSupported(media, flavor, attributes);
1583 else if (!isAttributeValueSupported(attr, flavor, attributes)) {

Completed in 47 milliseconds