Searched refs:OPEN_DIALOG (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/test/javax/swing/JFileChooser/8152677/
H A DSelectAllFilesFilterTest.java78 fileChooser.setDialogType(JFileChooser.OPEN_DIALOG);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java106 public static final int OPEN_DIALOG = 0; field in class:JFileChooser
252 private int dialogType = OPEN_DIALOG;
652 setDialogType(OPEN_DIALOG);
876 * <code>JFileChooser.OPEN_DIALOG</code>.
880 * <li>JFileChooser.OPEN_DIALOG
892 * Sets the type of this dialog. Use <code>OPEN_DIALOG</code> when you
903 * The default dialog type is <code>JFileChooser.OPEN_DIALOG</code>.
907 * <li>JFileChooser.OPEN_DIALOG
920 "JFileChooser.OPEN_DIALOG",
931 if(dialogType == OPEN_DIALOG || dialogTyp
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java549 if(fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
843 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
861 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
875 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
/openjdk9/jdk/src/demo/share/jfc/FileChooserDemo/
H A DFileChooserDemo.java656 chooser.setDialogType(OPEN_DIALOG);
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java821 if (getFileChooser().getDialogType() == JFileChooser.OPEN_DIALOG) {
1700 else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
/openjdk9/jdk/src/demo/share/jfc/Font2DTest/
H A DFont2DTest.java510 filePromptDialog.setDialogType( JFileChooser.OPEN_DIALOG );

Completed in 114 milliseconds