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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java107 public static final int OPEN_DIALOG = 0; field in class:JFileChooser
253 private int dialogType = OPEN_DIALOG;
638 setDialogType(OPEN_DIALOG);
865 * <code>JFileChooser.OPEN_DIALOG</code>.
869 * <li>JFileChooser.OPEN_DIALOG
881 * Sets the type of this dialog. Use <code>OPEN_DIALOG</code> when you
892 * The default dialog type is <code>JFileChooser.OPEN_DIALOG</code>.
896 * <li>JFileChooser.OPEN_DIALOG
908 * OPEN_DIALOG JFileChooser.OPEN_DIALOG
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java414 if(fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
678 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
692 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
705 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java656 chooser.setDialogType(OPEN_DIALOG);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java807 if (getFileChooser().getDialogType() == JFileChooser.OPEN_DIALOG) {
1626 else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java510 filePromptDialog.setDialogType( JFileChooser.OPEN_DIALOG );

Completed in 38 milliseconds