Lines Matching refs:JDialog

43  * 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,
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(Window)} or
144 * {@code JDialog(Dialog)} constructor with an argument of
152 public JDialog() {
166 * {@code JDialog}. To create an unowned {@code JDialog}
167 * you must use either the {@code JDialog(Window)} or
168 * {@code JDialog(Dialog)} constructor with an argument of
177 public JDialog(Frame owner) {
190 * {@code JDialog}. To create an unowned {@code JDialog}
191 * you must use either the {@code JDialog(Window)} or
192 * {@code JDialog(Dialog)} constructor with an argument of
204 public JDialog(Frame owner, boolean modal) {
218 * {@code JDialog}. To create an unowned {@code JDialog}
219 * you must use either the {@code JDialog(Window)} or
220 * {@code JDialog(Dialog)} constructor with an argument of
231 public JDialog(Frame owner, String title) {
248 * {@code JDialog}. To create an unowned {@code JDialog}
249 * you must use either the {@code JDialog(Window)} or
250 * {@code JDialog(Dialog)} constructor with an argument of
270 public JDialog(Frame owner, String title, boolean modal) {
295 * {@code JDialog}. To create an unowned {@code JDialog}
296 * you must use either the {@code JDialog(Window)} or
297 * {@code JDialog(Dialog)} constructor with an argument of
320 public JDialog(Frame owner, String title, boolean modal,
346 public JDialog(Dialog owner) {
372 public JDialog(Dialog owner, boolean modal) {
392 public JDialog(Dialog owner, String title) {
420 public JDialog(Dialog owner, String title, boolean modal) {
458 public JDialog(Dialog owner, String title, boolean modal,
487 public JDialog(Window owner) {
523 public JDialog(Window owner, ModalityType modalityType) {
552 public JDialog(Window owner, String title) {
590 public JDialog(Window owner, String title, Dialog.ModalityType modalityType) {
635 public JDialog(Window owner, String title, Dialog.ModalityType modalityType,
642 * Called by the constructors to init the {@code JDialog} properly.
649 if (JDialog.isDefaultLookAndFeelDecorated()) {
784 * Note: When used with {@code JDialog}, {@code TransferHandler} only
883 * {@code JDialog}.
930 * {@code comp} is not a child of the {@code JDialog} or
1141 * Provides a hint as to whether or not newly created {@code JDialog}s
1147 * windows, then newly created {@code JDialog}s will have their
1149 * Otherwise, newly created {@code JDialog}s will have their
1152 * You can get the same effect on a single JDialog by doing the following:
1154 * JDialog dialog = new JDialog();
1173 * Returns true if newly created {@code JDialog}s should have their
1190 * Returns a string representation of this {@code JDialog}.
1197 * @return a string representation of this {@code JDialog}.
1227 * Gets the AccessibleContext associated with this JDialog.
1233 * AccessibleContext of this JDialog
1244 * {@code JDialog} class. It provides an implementation of the