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

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java111 private PrintService psCurrent; field in class:ServiceDialog
179 this.psCurrent = services[defaultServiceIndex];
273 this.psCurrent = ps;
357 return psCurrent;
403 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory);
719 uiFactory = psCurrent.getServiceUIFactory();
817 if (!services[index].equals(psCurrent)) {
818 psCurrent = services[index];
819 uiFactory = psCurrent.getServiceUIFactory();
826 && psCurrent
[all...]

Completed in 32 milliseconds