Searched refs:getDialogType (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java549 if(fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
551 } else if(fc.getDialogType() == JFileChooser.SAVE_DIALOG) {
843 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
845 } else if (fc.getDialogType() == JFileChooser.SAVE_DIALOG) {
861 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
863 } else if (fc.getDialogType() == JFileChooser.SAVE_DIALOG) {
875 } else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
877 } else if (fc.getDialogType() == JFileChooser.SAVE_DIALOG) {
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java260 if (fc.getDialogType() == JFileChooser.SAVE_DIALOG) {
423 if (getFileChooser().getDialogType() == JFileChooser.SAVE_DIALOG) {
575 boolean isSave = (chooser.getDialogType() == JFileChooser.SAVE_DIALOG);
821 if (getFileChooser().getDialogType() == JFileChooser.OPEN_DIALOG) {
823 } else if (getFileChooser().getDialogType() == JFileChooser.SAVE_DIALOG) { return saveTitleText; }
1525 } else if (fc.getDialogType() == JFileChooser.SAVE_DIALOG) {
1699 if (fc.getDialogType() == JFileChooser.SAVE_DIALOG) fSubPanel = getSaveFilePanel();
1700 else if (fc.getDialogType() == JFileChooser.OPEN_DIALOG) {
1703 } else if (fc.getDialogType() == JFileChooser.CUSTOM_DIALOG) {
H A DAquaFileSystemModel.java74 final boolean b = filechooser.isMultiSelectionEnabled() && filechooser.getDialogType() != JFileChooser.SAVE_DIALOG;
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJFileChooserOperator.java1013 * Maps {@code JFileChooser.getDialogType()} through queue
1015 public int getDialogType() { method in class:JFileChooserOperator
1016 return (runMapping(new MapIntegerAction("getDialogType") {
1019 return ((JFileChooser) getSource()).getDialogType();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java887 public int getDialogType() { method in class:JFileChooser
915 * @see #getDialogType
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java779 if (chooser.getDialogType() == JFileChooser.SAVE_DIALOG) {
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java800 if (chooser.getDialogType() == JFileChooser.SAVE_DIALOG) {

Completed in 76 milliseconds