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

/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java73 public class Win32PrintService implements PrintService, AttributeUpdater, class in inherits:PrintService,AttributeUpdater,SunPrinterJobService
213 Win32PrintService(String name) { method in class:Win32PrintService
1606 (obj instanceof Win32PrintService &&
1607 ((Win32PrintService)obj).getName().equals(getName())));

Completed in 33 milliseconds