Searched refs:isDocFlavorSupported (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java168 public boolean isDocFlavorSupported(DocFlavor flavor); method in interface:PrintService
431 * Use <code>isDocFlavorSupported()</code> to verify that a DocFlavor
H A DPrintServiceLookup.java412 services[i].isDocFlavorSupported(flavor)) ||
466 if (services[i].isDocFlavorSupported(flavors[f])) {
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java68 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java68 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java68 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java68 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:Applet4PrintService
/openjdk7/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java79 //System.out.println("is "+flavor+" supported? "+services[0].isDocFlavorSupported(flavor));
177 public boolean isDocFlavorSupported(DocFlavor docflavor) method in class:TestPrintService
240 if (!isDocFlavorSupported(docflavor)) {
260 if (docflavor != null && !isDocFlavorSupported(docflavor)) {
/openjdk7/jdk/test/javax/print/attribute/autosense/
H A DPrintAutoSenseData.java52 if (service[0].isDocFlavorSupported(flavor)) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintService.java152 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:PSStreamPrintService
263 if (flavor != null && !isDocFlavorSupported(flavor)) {
400 if (flavor != null && !isDocFlavorSupported(flavor)) {
448 if (flavor != null && !isDocFlavorSupported(flavor)) {
H A DRasterPrinterJob.java434 service.isDocFlavorSupported(
436 service.isDocFlavorSupported(
461 svc.isDocFlavorSupported(
519 if (service.isDocFlavorSupported(
521 service.isDocFlavorSupported(
H A DPSStreamPrintJob.java287 if (flavor == null || (!service.isDocFlavorSupported(flavor))) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java530 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:UnixPrintService
676 if (!isDocFlavorSupported(flavor)) {
885 if (!isDocFlavorSupported(flavor)) {
954 if (flavor != null && !isDocFlavorSupported(flavor)) {
H A DIPPPrintService.java476 if (!isDocFlavorSupported(flavor)) {
788 if (flavor != null && !isDocFlavorSupported(flavor)) {
912 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:IPPPrintService
1254 if (!isDocFlavorSupported(flavor)) {
H A DUnixPrintServiceLookup.java516 service.isDocFlavorSupported(flavor)) &&
H A DUnixPrintJob.java332 if (flavor == null || (!service.isDocFlavorSupported(flavor))) {
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java971 public boolean isDocFlavorSupported(DocFlavor flavor) { method in class:Win32PrintService
1249 if (!isDocFlavorSupported(flavor)) {
1459 if (!isDocFlavorSupported(flavor)) {
1565 if (flavor != null && !isDocFlavorSupported(flavor)) {
H A DWin32PrintJob.java343 if (flavor == null || (!service.isDocFlavorSupported(flavor))) {

Completed in 307 milliseconds