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

12

/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintJob.java791 if (!service.isAttributeCategorySupported(category)) {
888 isAttributeCategorySupported(JobSheets.class)) {
909 isAttributeCategorySupported(JobSheets.class)) {
930 isAttributeCategorySupported(JobSheets.class)) {
H A DIPPPrintService.java497 if (!isAttributeCategorySupported(category)) {
825 if (!isAttributeCategorySupported(attr.getCategory())) {
1083 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:IPPPrintService
1310 if (!isAttributeCategorySupported(category)) {
1414 if (!isAttributeCategorySupported(category)) {
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DDummyPrintTest.java166 public boolean isAttributeCategorySupported(Class<? extends Attribute> category) { method in class:DummyPrintService
/openjdk10/jdk/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java1049 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:Win32PrintService
1082 if (!isAttributeCategorySupported(category)) {
1289 if (!isAttributeCategorySupported(category)) {
1500 if (!isAttributeCategorySupported(category)) {
1610 if (!isAttributeCategorySupported(attr.getCategory())) {
H A DWin32PrintJob.java679 if (!service.isAttributeCategorySupported(category)) {
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintJob.java510 if (!service.isAttributeCategorySupported(category)) {
H A DPSPrinterJob.java1617 isAttributeCategorySupported(JobSheets.class)) {
1637 isAttributeCategorySupported(JobSheets.class)) {
1660 isAttributeCategorySupported(JobSheets.class)) {
H A DRasterPrinterJob.java1234 if (service.isAttributeCategorySupported(PrinterResolution.class)) {
1342 isAttributeCategorySupported(MediaPrintableArea.class)) {
H A DPrintJob2D.java673 pServ.isAttributeCategorySupported(Destination.class)) {

Completed in 143 milliseconds

12