Searched refs:getSupportedAttributeValues (Results 1 - 25 of 28) sorted by relevance

12

/openjdk10/jdk/test/javax/print/attribute/
H A DSupportedPrintableAreas.java55 Object value = printer.getSupportedAttributeValues(
62 value = printer.getSupportedAttributeValues(
70 value = printer.getSupportedAttributeValues(
78 value = printer.getSupportedAttributeValues(
H A DGetCopiesSupported.java51 service.getSupportedAttributeValues(Copies.class,
H A DCollateAttr.java46 services[i].getSupportedAttributeValues(SheetCollate.class,
H A DAttributeTest.java50 Object attrVal = service[x].getSupportedAttributeValues(Media.class, flavors[y], null);
H A DPSCopiesFlavorTest.java52 Object value = ps[0].getSupportedAttributeValues(Copies.class,
H A DChroma.java62 svc.getSupportedAttributeValues(Chromaticity.class,null,null);
H A DPrintResAttr.java51 services[i].getSupportedAttributeValues(PrinterResolution.class,
H A DSidesPageRangesTest.java82 Object vals = defService.getSupportedAttributeValues(PageRanges.class, flavors[y], null);
95 throw new RuntimeException("PageRanges contradicts getSupportedAttributeValues");
102 throw new RuntimeException("PageRanges contradicts getSupportedAttributeValues");
107 vals = defService.getSupportedAttributeValues(Sides.class, flavors[y], null);
119 throw new RuntimeException("Sides contradicts getSupportedAttributeValues");
H A DChromaticityValues.java63 (pservice.getSupportedAttributeValues(Chromaticity.class, DocFlavor.SERVICE_FORMATTED.PAGEABLE, null));
H A DTestOrientationSupportForStreamPrnSrv.java26 * @summary Verifies if StreamPrintServ.getSupportedAttributeValues returns
67 Object obj = service.getSupportedAttributeValues(OrientationRequested.class,
72 + "StreamPrintServ.getSupportedAttributeValues "
H A DServiceDialogTest.java233 public Object getSupportedAttributeValues(Class category, DocFlavor docflavor, AttributeSet attributeset) method in class:TestPrintService
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DGetMediasTest.java40 service.getSupportedAttributeValues(Media.class, null, null);
H A DNullGetName.java133 public Object getSupportedAttributeValues(Class category, DocFlavor flavor, method in class:ImagePrintService
H A DTestMediaTraySelection.java101 Media[] media = (Media[])ps.getSupportedAttributeValues( Media.class,
H A DDummyPrintTest.java154 public Object getSupportedAttributeValues(Class<? extends Attribute> category, method in class:DummyPrintService
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/
H A DPrintService.java178 * {@code getSupportedAttributeValues(..)}.
199 * {@code getSupportedAttributeValues(..)}.
228 * {@code getSupportedAttributeValues(..)}.
315 getSupportedAttributeValues(Class<? extends Attribute> category, method in interface:PrintService
341 * of the result of {@code getSupportedAttributeValues(...)}.
/openjdk10/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet3PrintService
/openjdk10/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet4PrintService
/openjdk10/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet2PrintService
/openjdk10/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet1PrintService
/openjdk10/jdk/test/java/awt/print/PrinterJob/CustomPrintService/
H A DPrintServiceStub.java85 public Object getSupportedAttributeValues( method in class:PrintServiceStub
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/print/
H A DPrinterJob.java436 service.getSupportedAttributeValues(MediaPrintableArea.class,
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DServiceDialog.java1275 (CopiesSupported)psCurrent.getSupportedAttributeValues(
1644 psCurrent.getSupportedAttributeValues(mpaCategory,
1730 psCurrent.getSupportedAttributeValues(mpaCategory,
2049 psCurrent.getSupportedAttributeValues(mdCategory,
2232 psCurrent.getSupportedAttributeValues(orCategory,
2272 psCurrent.getSupportedAttributeValues(orCategory,
2408 psCurrent.getSupportedAttributeValues(chCategory,
2505 psCurrent.getSupportedAttributeValues(pqCategory,
2610 psCurrent.getSupportedAttributeValues(sdCategory,
/openjdk10/jdk/src/java.desktop/unix/classes/sun/print/
H A DIPPPrintService.java476 getSupportedAttributeValues(Class<? extends Attribute> category, method in class:IPPPrintService
1224 getSupportedAttributeValues(Copies.class, null, null);
1367 Sides[] sidesArray = (Sides[])getSupportedAttributeValues(
1382 (OrientationRequested[])getSupportedAttributeValues(
H A DUnixPrintService.java742 getSupportedAttributeValues(Class<? extends Attribute> category, method in class:UnixPrintService
915 Media[] media = (Media[])getSupportedAttributeValues(Media.class,

Completed in 215 milliseconds

12