Searched refs:isAttributeCategorySupported (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/test/javax/print/attribute/
H A DCollateAttr.java42 if (services[i].isAttributeCategorySupported(SheetCollate.class)) {
H A DChroma.java61 if (svc.isAttributeCategorySupported(Chromaticity.class)) {
H A DChromaticityValues.java61 if (pservice.isAttributeCategorySupported(Chromaticity.class)) {
H A DSupportedPrintableAreas.java51 if (!printer.isAttributeCategorySupported(MediaPrintableArea.class)) {
H A DServiceDialogTest.java80 //System.out.println("is Orientation supported? "+services[0].isAttributeCategorySupported(OrientationRequested.class));
195 public boolean isAttributeCategorySupported(Class category) method in class:TestPrintService
244 if (!isAttributeCategorySupported(category)) {
272 if (!isAttributeCategorySupported(attribute.getCategory())) {
H A DSidesPageRangesTest.java63 if (defService.isAttributeCategorySupported(PageRanges.class)) {
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java234 isAttributeCategorySupported(Class<? extends Attribute> category); method in interface:PrintService
255 * <code>isAttributeCategorySupported(Class)</code> method to
H A DServiceUI.java321 if (ps.isAttributeCategorySupported(category)) {
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet4PrintService
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintService.java170 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:PSStreamPrintService
200 if (!isAttributeCategorySupported(category)) {
268 if (!isAttributeCategorySupported(category)) {
405 if (!isAttributeCategorySupported(category)) {
463 if (!isAttributeCategorySupported(attr.getCategory())) {
H A DServiceDialog.java826 && psCurrent.isAttributeCategorySupported(
908 if (psCurrent.isAttributeCategorySupported(dstCategory)) {
1102 if (psCurrent.isAttributeCategorySupported(prCategory) ||
1222 if (psCurrent.isAttributeCategorySupported(cpCategory)) {
1260 if (psCurrent.isAttributeCategorySupported(scCategory)) {
1982 if (psCurrent.isAttributeCategorySupported(mdCategory)) {
2166 if (psCurrent.isAttributeCategorySupported(orCategory)) {
2340 if (psCurrent.isAttributeCategorySupported(chCategory)) {
2436 if (psCurrent.isAttributeCategorySupported(pqCategory)) {
2539 if (psCurrent.isAttributeCategorySupported(sdCategor
[all...]
H A DPSStreamPrintJob.java510 if (!service.isAttributeCategorySupported(category)) {
H A DPrintJob2D.java651 pServ.isAttributeCategorySupported(Destination.class)) {
H A DRasterPrinterJob.java1178 isAttributeCategorySupported(MediaPrintableArea.class)) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java550 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:UnixPrintService
582 if (!isAttributeCategorySupported(category)) {
684 if (!isAttributeCategorySupported(category)) {
893 if (!isAttributeCategorySupported(category)) {
969 if (!isAttributeCategorySupported(attr.getCategory())) {
H A DIPPPrintService.java485 if (!isAttributeCategorySupported(category)) {
803 if (!isAttributeCategorySupported(attr.getCategory())) {
1047 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:IPPPrintService
1262 if (!isAttributeCategorySupported(category)) {
1362 if (!isAttributeCategorySupported(category)) {
H A DUnixPrintJob.java770 if (!service.isAttributeCategorySupported(category)) {
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java437 service.isAttributeCategorySupported(MediaPrintableArea.class)) {
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java1019 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:Win32PrintService
1052 if (!isAttributeCategorySupported(category)) {
1259 if (!isAttributeCategorySupported(category)) {
1470 if (!isAttributeCategorySupported(category)) {
1580 if (!isAttributeCategorySupported(attr.getCategory())) {
H A DWin32PrintJob.java678 if (!service.isAttributeCategorySupported(category)) {

Completed in 94 milliseconds