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

12

/openjdk10/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 DPrintResAttr.java48 if (services[i].isAttributeCategorySupported(PrinterResolution.class)) {
H A DChromaticityValues.java61 if (pservice.isAttributeCategorySupported(Chromaticity.class)) {
H A DSupportedPrintableAreas.java52 if (!printer.isAttributeCategorySupported(MediaPrintableArea.class)) {
H A DTestOrientationSupportForStreamPrnSrv.java64 service.isAttributeCategorySupported(OrientationRequested.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.java66 if (defService.isAttributeCategorySupported(PageRanges.class)) {
H A DServiceDialogValidateTest.java69 defService.isAttributeCategorySupported(Destination.class));
H A DServiceDlgPageRangeTest.java65 services[0].isAttributeCategorySupported(PageRanges.class));
H A DServiceDlgSheetCollateTest.java87 defService.isAttributeCategorySupported(SheetCollate.class));
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/
H A DPrintService.java216 isAttributeCategorySupported(Class<? extends Attribute> category); method in interface:PrintService
233 * for that category. Use the {@code isAttributeCategorySupported(Class)}
H A DServiceUI.java329 if (ps.isAttributeCategorySupported(category)) {
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DNullGetName.java58 public boolean isAttributeCategorySupported(Class category) { method in class:ImagePrintService
H A DBannerTest.java65 if (!prtSrv.isAttributeCategorySupported(JobSheets.class)) {
H A DTestCheckSystemDefaultBannerOption.java66 if (!prtSrv.isAttributeCategorySupported(JobSheets.class)) {
/openjdk10/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet3PrintService
/openjdk10/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet4PrintService
/openjdk10/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet2PrintService
/openjdk10/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet1PrintService
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintService.java172 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:PSStreamPrintService
202 if (!isAttributeCategorySupported(category)) {
270 if (!isAttributeCategorySupported(category)) {
416 if (!isAttributeCategorySupported(category)) {
474 if (!isAttributeCategorySupported(attr.getCategory())) {
H A DServiceDialog.java860 && psCurrent.isAttributeCategorySupported(
955 if (psCurrent.isAttributeCategorySupported(dstCategory)) {
1148 if (psCurrent.isAttributeCategorySupported(prCategory) ||
1271 if (psCurrent.isAttributeCategorySupported(cpCategory)) {
1309 if (psCurrent.isAttributeCategorySupported(scCategory)) {
2045 if (psCurrent.isAttributeCategorySupported(mdCategory)) {
2230 if (psCurrent.isAttributeCategorySupported(orCategory)) {
2406 if (psCurrent.isAttributeCategorySupported(chCategory)) {
2503 if (psCurrent.isAttributeCategorySupported(pqCategory)) {
2608 if (psCurrent.isAttributeCategorySupported(sdCategor
[all...]
/openjdk10/jdk/test/java/awt/print/PrinterJob/CustomPrintService/
H A DPrintServiceStub.java92 public boolean isAttributeCategorySupported( method in class:PrintServiceStub
/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintService.java629 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:UnixPrintService
661 if (!isAttributeCategorySupported(category)) {
763 if (!isAttributeCategorySupported(category)) {
972 if (!isAttributeCategorySupported(category)) {
1048 if (!isAttributeCategorySupported(attr.getCategory())) {
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java434 service.isAttributeCategorySupported(MediaPrintableArea.class)) {

Completed in 238 milliseconds

12