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

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java110 private HashPrintRequestAttributeSet asCurrent; field in class:ServiceDialog
178 this.asCurrent = new HashPrintRequestAttributeSet(attributes);
276 this.asCurrent = new HashPrintRequestAttributeSet(attributes);
344 return asCurrent;
384 asCurrent.remove(Destination.class);
399 Destination dst = (Destination)asCurrent.get(dstCategory);
440 asCurrent.add(new Destination(fileDest.toURI()));
442 asCurrent.remove(dstCategory);
445 asCurrent.remove(dstCategory);
830 asCurrent
[all...]

Completed in 32 milliseconds