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

/openjdk7/jdk/test/java/awt/PrintJob/MultipleEnd/
H A DMultipleEnd.java49 job.setDialog(JobAttributes.DialogType.NONE);
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java48 * jobAttributes.setDialog(JobAttributes.DialogType.COMMON);
132 public static final class DialogType extends AttributeValue { class in class:JobAttributes
142 * The <code>DialogType</code> instance to use for
145 public static final DialogType COMMON = new DialogType(I_COMMON);
147 * The <code>DialogType</code> instance to use for
150 public static final DialogType NATIVE = new DialogType(I_NATIVE);
152 * The <code>DialogType</code> instance to use for
155 public static final DialogType NON
157 private DialogType(int type) { method in class:JobAttributes.DialogType
[all...]
/openjdk7/jdk/test/java/awt/PrintJob/Security/
H A DSecurityDialogTest.java79 ja.setDialog(JobAttributes.DialogType.NATIVE);
81 ja.setDialog(JobAttributes.DialogType.COMMON);
/openjdk7/jdk/test/java/awt/print/Dialog/
H A DDialogType.java28 * @run main/manual=yesno DialogType
35 public class DialogType { class
/openjdk7/jdk/test/java/awt/PrintJob/EdgeTest/
H A DEdgeTest.java48 job.setDialog(JobAttributes.DialogType.NONE);
/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();
402 if ((pServ == null) && (d == DialogType.NONE)){
421 if ( d == DialogType.NONE) {
424 if (d == DialogType.NATIVE) {
426 } else { // (d == DialogType.COMMON)

Completed in 85 milliseconds