Searched refs:getFileChooser (Results 1 - 11 of 11) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java149 JFileChooser fc = getFileChooser();
249 JFileChooser filechooser = getFileChooser();
271 setFileName(getFileChooser().getName(f));
289 File currentDirectory = getFileChooser().getCurrentDirectory();
296 if ((getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) && !getFileChooser().isMultiSelectionEnabled()) {
330 if (getFileChooser().isMultiSelectionEnabled()) {
343 JFileChooser filechooser = getFileChooser();
390 if (getFileChooser().isTraversable(f)) {
392 if (getFileChooser()
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java101 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
114 JFileChooser fc = getFileChooser();
181 setFileName(getFileChooser().getName(f));
185 JFileChooser fc = getFileChooser();
205 File currentDirectory = getFileChooser().getCurrentDirectory();
212 if ((getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) && !getFileChooser().isMultiSelectionEnabled()) {
222 if(getFileChooser().isMultiSelectionEnabled()) {
227 getFileChooser().setSelectedFiles(null);
247 approveButton.setText(getApproveButtonText(getFileChooser()));
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java128 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
157 public JFileChooser getFileChooser() { method in class:WindowsFileChooserUI.WindowsFileChooserUIAccessor
158 return WindowsFileChooserUI.this.getFileChooser();
166 return WindowsFileChooserUI.this.createList(getFileChooser());
170 return WindowsFileChooserUI.this.createDetailsView(getFileChooser());
194 return WindowsFileChooserUI.this.createDoubleClickListener(getFileChooser(),
199 return WindowsFileChooserUI.this.createListSelectionListener(getFileChooser());
434 if (!getFileChooser().isMultiSelectionEnabled()) {
503 JFileChooser fc = getFileChooser();
684 JFileChooser fc = getFileChooser();
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java130 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
169 public JFileChooser getFileChooser() { method in class:MetalFileChooserUI.MetalFileChooserUIAccessor
170 return MetalFileChooserUI.this.getFileChooser();
178 return MetalFileChooserUI.this.createList(getFileChooser());
182 return MetalFileChooserUI.this.createDetailsView(getFileChooser());
206 return MetalFileChooserUI.this.createDoubleClickListener(getFileChooser(),
211 return MetalFileChooserUI.this.createListSelectionListener(getFileChooser());
403 if (!getFileChooser().isMultiSelectionEnabled()) {
664 JFileChooser fc = getFileChooser();
696 JFileChooser fc = getFileChooser();
[all...]
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java160 getFileChooser().removeAll();
176 setFocusForMode(getFileChooser());
178 setDefaultButtonForMode(getFileChooser());
378 setFileName(getFileChooser().getName(f));
381 updateButtonState(getFileChooser());
383 JFileChooser fileChooser = getFileChooser();
397 final File currentDirectory = getFileChooser().getCurrentDirectory();
405 updateButtonState(getFileChooser());
408 setBottomPanelForMode(getFileChooser()); // Also updates approve button
420 updateApproveButton(getFileChooser());
515 public JFileChooser getFileChooser() { method in class:AquaFileChooserUI
[all...]
H A DAquaFileView.java165 if (f.isDirectory() && fFileChooserUI.getFileChooser().getFileSystemView().isRoot(f)) {
197 if (fFileChooserUI.getFileChooser().getFileSystemView().isRoot(f)) {
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java127 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
142 public JFileChooser getFileChooser() { method in class:SynthFileChooserUIImpl.SynthFileChooserUIAccessor
143 return SynthFileChooserUIImpl.this.getFileChooser();
179 return SynthFileChooserUIImpl.this.createDoubleClickListener(getFileChooser(),
184 return SynthFileChooserUIImpl.this.createListSelectionListener(getFileChooser());
373 if (!getFileChooser().isMultiSelectionEnabled()) {
432 JFileChooser fc = getFileChooser();
531 JFileChooser fc = getFileChooser();
544 JFileChooser fc = getFileChooser();
555 JFileChooser fc = getFileChooser();
[all...]
H A DSynthFileChooserUI.java197 SynthContext context = getContext(getFileChooser(), ENABLED);
250 if (!getFileChooser().isMultiSelectionEnabled()) {
251 getFileChooser().setSelectedFiles(null);
256 if (getFileChooser().getControlButtonsAreShown()) {
257 approveButton.setText(getApproveButtonText(getFileChooser()));
258 approveButton.setToolTipText(getApproveButtonToolTipText(getFileChooser()));
259 approveButton.setMnemonic(getApproveButtonMnemonic(getFileChooser()));
313 JFileChooser chooser = getFileChooser();
389 JFileChooser chooser = getFileChooser();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java228 getFileChooser().removeAll();
268 return (InputMap)DefaultLookup.get(getFileChooser(), this,
283 getFileChooser().rescanCurrentDirectory();
444 model = new BasicDirectoryModel(getFileChooser());
510 public JFileChooser getFileChooser() { method in class:BasicFileChooserUI
622 if(getFileChooser().isTraversable(f)) {
626 getFileChooser().approveSelection();
634 TransferHandler th1 = getFileChooser().getTransferHandler();
639 if (getFileChooser().getDragEnabled() != list.getDragEnabled()) {
640 list.setDragEnabled(getFileChooser()
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DFilePane.java198 JFileChooser fileChooser = getFileChooser();
304 protected JFileChooser getFileChooser() { method in class:FilePane
305 return fileChooserUIAccessor.getFileChooser();
432 Locale l = getFileChooser().getLocale();
493 getFileChooser().cancelSelection();
496 JFileChooser fc = getFileChooser();
505 getFileChooser().rescanCurrentDirectory();
512 return getFileChooser().isEnabled();
514 return !readOnly && getFileChooser().isEnabled();
582 final JFileChooser fileChooser = getFileChooser();
2039 public JFileChooser getFileChooser(); method in interface:FilePane.FileChooserUIAccessor
[all...]
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/
H A DJ2DBench.java570 public static JFileChooser getFileChooser() { method in class:J2DBench
614 JFileChooser fc = getFileChooser();
732 JFileChooser fc = getFileChooser();
747 JFileChooser fc = getFileChooser();

Completed in 125 milliseconds