Lines Matching refs:mode
175 // Request defaultness for the appropriate button based on mode
177 // Request defaultness for the appropriate button based on mode
536 // Directories can be selected in the list regardless of mode
539 final int mode = fc.getFileSelectionMode();
540 if (mode == JFileChooser.FILES_AND_DIRECTORIES) return true;
542 if (mode == JFileChooser.DIRECTORIES_ONLY) return traversable;
572 // Double-check that all the list selections are valid for this mode
573 // Directories can be selected in the list regardless of mode
1685 // rdar://problem/3734130 -- don't populate the text field if this file isn't selectable in this mode.
1803 JButton fApproveButton; // mode-specific behavior is managed by FCSubpanel.approveSelection
1856 // Install the appropriate panels for this mode
1937 // If the list has focus, the mode depends on the selection
2013 // only traversables are enabled, regardless of mode
2216 // Can the file be selected in this mode?