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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXModalityProtocol.java35 boolean setModal(XDialogPeer dialog, boolean modal); argument
38 * Returns whether or not modal dialog blocks win.
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DOkCancelDialog.java47 public OkCancelDialog(String title, JPanel panel, boolean modal) argument
50 setModal(modal);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DInternalDialog.java43 public InternalDialog(JConsole jConsole, String title, boolean modal) { argument
/openjdk7/jdk/test/java/awt/Modal/ModalDialogMultiscreenTest/
H A DModalDialogMultiscreenTest.java28 @author anthony.petrov@sun.com: area=awt.modal
36 * summary: Tests whether a WM will hang on show()/close() a modal dialog in multiscreen mode
60 public TestDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) { argument
61 super(owner, title, modal, gc);
91 "Clicking the button opens a modal dialog with a Close button.",
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJColorChooser.java52 * <li>A static convenience method which shows a modal color-chooser
119 * Shows a modal color-chooser dialog and blocks until the
162 * @param modal a boolean. When true, the remainder of the program
172 public static JDialog createDialog(Component c, String title, boolean modal, argument
179 dialog = new ColorChooserDialog((Frame)window, title, modal, c, chooserPane,
182 dialog = new ColorChooserDialog((Dialog)window, title, modal, c, chooserPane,
613 public ColorChooserDialog(Dialog owner, String title, boolean modal, argument
617 super(owner, title, modal);
621 public ColorChooserDialog(Frame owner, String title, boolean modal, argument
625 super(owner, title, modal);
[all...]
H A DJDialog.java196 * @param modal specifies whether dialog blocks user input to other top-level
204 public JDialog(Frame owner, boolean modal) { argument
205 this(owner, "", modal);
245 * created within a modal dialog will be forced to be lightweight.
256 * @param modal specifies whether dialog blocks user input to other top-level
270 public JDialog(Frame owner, String title, boolean modal) { argument
272 title, modal);
292 * created within a modal dialog will be forced to be lightweight.
303 * @param modal specifies whether dialog blocks user input to other top-level
320 public JDialog(Frame owner, String title, boolean modal, argument
372 JDialog(Dialog owner, boolean modal) argument
420 JDialog(Dialog owner, String title, boolean modal) argument
458 JDialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DDialog.java77 * A dialog can be either modeless (the default) or modal. A modal
138 * <code>ModalityType</code> enum specifies modal types and their
173 * toolkit; thus, a toolkit-modal dialog displayed by an applet may affect
177 * toolkit-modal dialogs. If a <code>TOOLKIT_MODAL</code> dialog is being created
188 * Default modality type for modal dialogs. The default modality type is
200 * True if this dialog is modal, false is the dialog is modeless.
201 * A modal dialog blocks user input to some application top-level
215 boolean modal; field in class:Dialog
233 * Any top-level window can be marked not to be blocked by modal
357 Dialog(Frame owner, boolean modal) argument
408 Dialog(Frame owner, String title, boolean modal) argument
441 Dialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) argument
509 Dialog(Dialog owner, String title, boolean modal) argument
545 Dialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument
809 setModal(boolean modal) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java509 WizardDialog(JFrame frame, boolean modal) { argument
510 super(frame, "Embedded JFileChooser Demo", modal);
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1472 ToolDialog(String title, PolicyTool tool, ToolWindow tw, boolean modal) { argument
1473 super(tw, modal);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c2210 XtPointer modal,
2230 XtPointer modal,
2209 awt_shellPoppedUp(Widget shell, XtPointer modal, XtPointer call_data) argument
2229 awt_shellPoppedDown(Widget shell, XtPointer modal, XtPointer call_data) argument

Completed in 113 milliseconds