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

/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java501 public DialogType getDialog() { method in class:JobAttributes
1058 ",dialog=" + getDialog() + ",fileName=" + getFileName() +
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java324 jobAttributes.getDialog() == DialogType.NATIVE)) {
361 (jobAttributes.getDialog() == JobAttributes.DialogType.NONE)) {
400 DialogType d = this.jobAttributes.getDialog();

Completed in 32 milliseconds