Searched defs:isDocFlavorSupported (Results 1 - 10 of 10) 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
/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/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)) {
/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)) {
/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)) {

Completed in 992 milliseconds