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

/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java195 public Class<?>[] getSupportedAttributeCategories(); method in interface:PrintService
214 * <code>getSupportedAttributeCategories()</code>.
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java72 public Class[] getSupportedAttributeCategories() { method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java72 public Class[] getSupportedAttributeCategories() { method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java72 public Class[] getSupportedAttributeCategories() { method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java72 public Class[] getSupportedAttributeCategories() { method in class:Applet4PrintService
/openjdk7/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java187 public Class[] getSupportedAttributeCategories() method in class:TestPrintService
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintService.java163 public Class<?>[] getSupportedAttributeCategories() { method in class:PSStreamPrintService
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java542 public Class[] getSupportedAttributeCategories() { method in class:UnixPrintService
H A DIPPPrintService.java992 public synchronized Class[] getSupportedAttributeCategories() { method in class:IPPPrintService
1058 getSupportedAttributeCategories();
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java990 public Class<?>[] getSupportedAttributeCategories() { method in class:Win32PrintService
1031 Class[] classList = getSupportedAttributeCategories();

Completed in 1048 milliseconds