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

/openjdk7/jdk/test/javax/print/attribute/
H A DSupportedPrintableAreas.java54 Object value = printer.getSupportedAttributeValues(
61 value = printer.getSupportedAttributeValues(
69 value = printer.getSupportedAttributeValues(
77 value = printer.getSupportedAttributeValues(
H A DCollateAttr.java46 services[i].getSupportedAttributeValues(SheetCollate.class,
H A DGetCopiesSupported.java49 service.getSupportedAttributeValues(Copies.class,
H A DAttributeTest.java48 Object attrVal = service[x].getSupportedAttributeValues(Media.class, flavors[y], null);
H A DChroma.java62 svc.getSupportedAttributeValues(Chromaticity.class,null,null);
H A DPSCopiesFlavorTest.java52 Object value = ps[0].getSupportedAttributeValues(Copies.class,
H A DSidesPageRangesTest.java79 Object vals = defService.getSupportedAttributeValues(PageRanges.class, flavors[y], null);
92 throw new RuntimeException("PageRanges contradicts getSupportedAttributeValues");
99 throw new RuntimeException("PageRanges contradicts getSupportedAttributeValues");
104 vals = defService.getSupportedAttributeValues(Sides.class, flavors[y], null);
116 throw new RuntimeException("Sides contradicts getSupportedAttributeValues");
H A DChromaticityValues.java63 (pservice.getSupportedAttributeValues(Chromaticity.class, DocFlavor.SERVICE_FORMATTED.PAGEABLE, null));
H A DServiceDialogTest.java233 public Object getSupportedAttributeValues(Class category, DocFlavor docflavor, AttributeSet attributeset) method in class:TestPrintService
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DGetMediasTest.java40 service.getSupportedAttributeValues(Media.class, null, null);
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java186 * <code>getSupportedAttributeValues(..)</code>.
210 * <code>getSupportedAttributeValues(..)</code>.
249 * <code>getSupportedAttributeValues(..)</code>.
354 getSupportedAttributeValues(Class<? extends Attribute> category, method in interface:PrintService
382 * <code>getSupportedAttributeValues(...)</code>.
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java84 public Object getSupportedAttributeValues(Class category, method in class:Applet4PrintService
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java439 service.getSupportedAttributeValues(MediaPrintableArea.class,
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java1226 (CopiesSupported)psCurrent.getSupportedAttributeValues(
1585 psCurrent.getSupportedAttributeValues(mpaCategory,
1668 psCurrent.getSupportedAttributeValues(mpaCategory,
1986 psCurrent.getSupportedAttributeValues(mdCategory,
2168 psCurrent.getSupportedAttributeValues(orCategory,
2208 psCurrent.getSupportedAttributeValues(orCategory,
2342 psCurrent.getSupportedAttributeValues(chCategory,
2438 psCurrent.getSupportedAttributeValues(pqCategory,
2541 psCurrent.getSupportedAttributeValues(sdCategory,
H A DPSStreamPrintService.java251 getSupportedAttributeValues(Class<? extends Attribute> category, method in class:PSStreamPrintService
H A DRasterPrinterJob.java548 Media[] mediaList = (Media[])service.getSupportedAttributeValues(
1180 getSupportedAttributeValues(MediaPrintableArea.class,
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java464 getSupportedAttributeValues(Class<? extends Attribute> category, method in class:IPPPrintService
1176 getSupportedAttributeValues(Copies.class, null, null);
1319 Sides[] sidesArray = (Sides[])getSupportedAttributeValues(
1334 (OrientationRequested[])getSupportedAttributeValues(
H A DUnixPrintService.java663 getSupportedAttributeValues(Class<? extends Attribute> category, method in class:UnixPrintService
836 Media[] media = (Media[])getSupportedAttributeValues(Media.class,
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java1237 getSupportedAttributeValues(Class<? extends Attribute> category, method in class:Win32PrintService

Completed in 101 milliseconds