Lines Matching refs:JDialog

45  * The {@code JDialog} component contains a {@code JRootPane}
48 * {@code JDialog}.
63 * of a {@code JDialog}.
69 * In a multi-screen environment, you can create a {@code JDialog}
99 public class JDialog extends Dialog implements WindowConstants,
109 new StringBuffer("JDialog.defaultLookAndFeelDecorated");
122 * false, but is set to true when the {@code JDialog} is constructed.
144 * {@code JDialog}. To create an unowned {@code JDialog}
145 * you must use either the {@code JDialog(Window)} or
146 * {@code JDialog(Dialog)} constructor with an argument of
154 public JDialog() {
168 * {@code JDialog}. To create an unowned {@code JDialog}
169 * you must use either the {@code JDialog(Window)} or
170 * {@code JDialog(Dialog)} constructor with an argument of
179 public JDialog(Frame owner) {
192 * {@code JDialog}. To create an unowned {@code JDialog}
193 * you must use either the {@code JDialog(Window)} or
194 * {@code JDialog(Dialog)} constructor with an argument of
206 public JDialog(Frame owner, boolean modal) {
220 * {@code JDialog}. To create an unowned {@code JDialog}
221 * you must use either the {@code JDialog(Window)} or
222 * {@code JDialog(Dialog)} constructor with an argument of
233 public JDialog(Frame owner, String title) {
250 * {@code JDialog}. To create an unowned {@code JDialog}
251 * you must use either the {@code JDialog(Window)} or
252 * {@code JDialog(Dialog)} constructor with an argument of
272 public JDialog(Frame owner, String title, boolean modal) {
297 * {@code JDialog}. To create an unowned {@code JDialog}
298 * you must use either the {@code JDialog(Window)} or
299 * {@code JDialog(Dialog)} constructor with an argument of
322 public JDialog(Frame owner, String title, boolean modal,
348 public JDialog(Dialog owner) {
374 public JDialog(Dialog owner, boolean modal) {
394 public JDialog(Dialog owner, String title) {
422 public JDialog(Dialog owner, String title, boolean modal) {
460 public JDialog(Dialog owner, String title, boolean modal,
489 public JDialog(Window owner) {
525 public JDialog(Window owner, ModalityType modalityType) {
554 public JDialog(Window owner, String title) {
592 public JDialog(Window owner, String title, Dialog.ModalityType modalityType) {
637 public JDialog(Window owner, String title, Dialog.ModalityType modalityType,
644 * Called by the constructors to init the {@code JDialog} properly.
652 if (JDialog.isDefaultLookAndFeelDecorated()) {
786 * Note: When used with {@code JDialog}, {@code TransferHandler} only
880 * {@code JDialog}.
926 * {@code comp} is not a child of the {@code JDialog} or
1129 * Provides a hint as to whether or not newly created {@code JDialog}s
1135 * windows, then newly created {@code JDialog}s will have their
1137 * Otherwise, newly created {@code JDialog}s will have their
1140 * You can get the same effect on a single JDialog by doing the following:
1142 * JDialog dialog = new JDialog();
1161 * Returns true if newly created {@code JDialog}s should have their
1178 * Returns a string representation of this {@code JDialog}.
1185 * @return a string representation of this {@code JDialog}.
1213 * {@code AccessibleContext} associated with this {@code JDialog}
1218 * Gets the AccessibleContext associated with this JDialog.
1224 * AccessibleContext of this JDialog
1235 * {@code JDialog} class. It provides an implementation of the