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

/openjdk7/jdk/src/share/classes/java/awt/
H A DDialog.java45 * A Dialog is a top-level window with a title and a border
73 * In a multi-screen environment, you can create a <code>Dialog</code>
97 public class Dialog extends Window { class in inherits:Window
109 * if the Dialog is to be resizable, otherwise
141 * @see Dialog#getModalityType
142 * @see Dialog#setModalityType
192 * @see java.awt.Dialog.ModalityType
193 * @see java.awt.Dialog#setModal
203 * {@link Dialog.ModalityType ModalityType} enum instead.
219 * {@link Dialog
331 public Dialog(Frame owner) { method in class:Dialog
357 public Dialog(Frame owner, boolean modal) { method in class:Dialog
378 public Dialog(Frame owner, String title) { method in class:Dialog
408 public Dialog(Frame owner, String title, boolean modal) { method in class:Dialog
441 public Dialog(Frame owner, String title, boolean modal, method in class:Dialog
459 public Dialog(Dialog owner) { method in class:Dialog
479 public Dialog(Dialog owner, String title) { method in class:Dialog
509 public Dialog(Dialog owner, String title, boolean modal) { method in class:Dialog
545 public Dialog(Dialog owner, String title, boolean modal, method in class:Dialog
570 public Dialog(Window owner) { method in class:Dialog
596 public Dialog(Window owner, String title) { method in class:Dialog
629 public Dialog(Window owner, ModalityType modalityType) { method in class:Dialog
664 public Dialog(Window owner, String title, ModalityType modalityType) { method in class:Dialog
715 public Dialog(Window owner, String title, ModalityType modalityType, method in class:Dialog
[all...]

Completed in 35 milliseconds