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

/openjdk7/jdk/test/java/awt/print/Dialog/
H A DDialogType.java28 * @run main/manual=yesno DialogType
35 public class DialogType { class
/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...]

Completed in 30 milliseconds