Searched defs:isAttributeCategorySupported (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java234 isAttributeCategorySupported(Class<? extends Attribute> category); method in interface:PrintService
255 * <code>isAttributeCategorySupported(Class)</code> method to
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java76 public boolean isAttributeCategorySupported(Class category) { method in class:Applet4PrintService
/openjdk7/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java80 //System.out.println("is Orientation supported? "+services[0].isAttributeCategorySupported(OrientationRequested.class));
195 public boolean isAttributeCategorySupported(Class category) method in class:TestPrintService
244 if (!isAttributeCategorySupported(category)) {
272 if (!isAttributeCategorySupported(attribute.getCategory())) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintService.java170 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:PSStreamPrintService
200 if (!isAttributeCategorySupported(category)) {
268 if (!isAttributeCategorySupported(category)) {
405 if (!isAttributeCategorySupported(category)) {
463 if (!isAttributeCategorySupported(attr.getCategory())) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java550 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:UnixPrintService
582 if (!isAttributeCategorySupported(category)) {
684 if (!isAttributeCategorySupported(category)) {
893 if (!isAttributeCategorySupported(category)) {
969 if (!isAttributeCategorySupported(attr.getCategory())) {
H A DIPPPrintService.java485 if (!isAttributeCategorySupported(category)) {
803 if (!isAttributeCategorySupported(attr.getCategory())) {
1047 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:IPPPrintService
1262 if (!isAttributeCategorySupported(category)) {
1362 if (!isAttributeCategorySupported(category)) {
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java1019 isAttributeCategorySupported(Class<? extends Attribute> category) method in class:Win32PrintService
1052 if (!isAttributeCategorySupported(category)) {
1259 if (!isAttributeCategorySupported(category)) {
1470 if (!isAttributeCategorySupported(category)) {
1580 if (!isAttributeCategorySupported(attr.getCategory())) {

Completed in 47 milliseconds