Searched refs:getDefaultAttributeValue (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java278 getDefaultAttributeValue(Class<? extends Attribute> category); method in interface:PrintService
H A DServiceUI.java323 (Attribute)ps.getDefaultAttributeValue(category);
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java80 public Object getDefaultAttributeValue(Class category) { method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java80 public Object getDefaultAttributeValue(Class category) { method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java80 public Object getDefaultAttributeValue(Class category) { method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java80 public Object getDefaultAttributeValue(Class category) { method in class:Applet4PrintService
/openjdk7/jdk/test/javax/print/attribute/
H A DSupportedPrintableAreas.java67 Media media = (Media)printer.getDefaultAttributeValue(Media.class);
H A DServiceDialogTest.java219 public Object getDefaultAttributeValue(Class category) method in class:TestPrintService
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java403 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory);
833 getDefaultAttributeValue(Destination.class);
1233 cp = (Copies)psCurrent.getDefaultAttributeValue(cpCategory);
1265 sc = (SheetCollate)psCurrent.getDefaultAttributeValue(scCategory);
1504 psCurrent.getDefaultAttributeValue(orCategory);
1569 media = (Media)psCurrent.getDefaultAttributeValue(Media.class);
1652 media = (Media)psCurrent.getDefaultAttributeValue(Media.class);
1824 psCurrent.getDefaultAttributeValue(orCategory);
1938 Media def = (Media)psCurrent.getDefaultAttributeValue(Media.class);
2023 Media defMedia = (Media)psCurrent.getDefaultAttributeValue(mdCategor
[all...]
H A DRasterPrinterJob.java558 media = (Media)service.getDefaultAttributeValue(Media.class);
720 (Media)service.getDefaultAttributeValue(Media.class);
955 getDefaultAttributeValue(Destination.class);
1118 getDefaultAttributeValue(Destination.class);
1553 (Media)service.getDefaultAttributeValue(Media.class);
H A DPSStreamPrintService.java190 getDefaultAttributeValue(Class<? extends Attribute> category) method in class:PSStreamPrintService
H A DPrintJob2D.java657 getDefaultAttributeValue(Destination.class)) != null) {
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java508 Copies c = (Copies)svc.getDefaultAttributeValue(Copies.class);
513 Object media = svc.getDefaultAttributeValue(Media.class);
522 (OrientationRequested)svc.getDefaultAttributeValue(OrientationRequested.class);
566 Copies c = (Copies)svc.getDefaultAttributeValue(Copies.class);
H A DWin32PrintService.java1042 getDefaultAttributeValue(Class<? extends Attribute> category) method in class:Win32PrintService
1391 (Media)getDefaultAttributeValue(Media.class));
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java589 allMedia[0] = (Media)getDefaultAttributeValue(Media.class);
602 getDefaultAttributeValue(MediaPrintableArea.class);
629 msn.equals(getDefaultAttributeValue(Media.class))) {
1218 if (msn.equals((Media)getDefaultAttributeValue(Media.class))) {
1353 getDefaultAttributeValue(Class<? extends Attribute> category) method in class:IPPPrintService
1457 getDefaultAttributeValue(Media.class);
H A DUnixPrintService.java572 getDefaultAttributeValue(Class<? extends Attribute> category) method in class:UnixPrintService
770 media = (Media)getDefaultAttributeValue(Media.class);
845 getDefaultAttributeValue(MediaPrintableArea.class);

Completed in 65 milliseconds