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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJDialog.java43 * The {@code JDialog} component contains a {@code JRootPane}
46 * {@code JDialog}.
60 * of a {@code JDialog}.
66 * In a multi-screen environment, you can create a {@code JDialog}
97 public class JDialog extends Dialog implements WindowConstants, class in inherits:Dialog,WindowConstants,Accessible,RootPaneContainer,TransferHandler.HasGetTransferHandler
107 new StringBuffer("JDialog.defaultLookAndFeelDecorated");
120 * false, but is set to true when the {@code JDialog} is constructed.
142 * {@code JDialog}. To create an unowned {@code JDialog}
143 * you must use either the {@code JDialog(Windo
152 public JDialog() { method in class:JDialog
177 public JDialog(Frame owner) { method in class:JDialog
204 public JDialog(Frame owner, boolean modal) { method in class:JDialog
231 public JDialog(Frame owner, String title) { method in class:JDialog
270 public JDialog(Frame owner, String title, boolean modal) { method in class:JDialog
320 public JDialog(Frame owner, String title, boolean modal, method in class:JDialog
346 public JDialog(Dialog owner) { method in class:JDialog
372 public JDialog(Dialog owner, boolean modal) { method in class:JDialog
392 public JDialog(Dialog owner, String title) { method in class:JDialog
420 public JDialog(Dialog owner, String title, boolean modal) { method in class:JDialog
458 public JDialog(Dialog owner, String title, boolean modal, method in class:JDialog
487 public JDialog(Window owner) { method in class:JDialog
523 public JDialog(Window owner, ModalityType modalityType) { method in class:JDialog
552 public JDialog(Window owner, String title) { method in class:JDialog
590 public JDialog(Window owner, String title, Dialog.ModalityType modalityType) { method in class:JDialog
635 public JDialog(Window owner, String title, Dialog.ModalityType modalityType, method in class:JDialog
[all...]

Completed in 23 milliseconds