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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java147 JFileChooser fc = getFileChooser();
247 JFileChooser filechooser = getFileChooser();
269 setFileName(getFileChooser().getName(f));
287 File currentDirectory = getFileChooser().getCurrentDirectory();
294 if ((getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) && !getFileChooser().isMultiSelectionEnabled()) {
328 if (getFileChooser().isMultiSelectionEnabled()) {
341 JFileChooser filechooser = getFileChooser();
388 if (getFileChooser().isTraversable(f)) {
390 if (getFileChooser()
[all...]
/openjdk7/jdk/src/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...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java129 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
158 public JFileChooser getFileChooser() { method in class:WindowsFileChooserUI.WindowsFileChooserUIAccessor
159 return WindowsFileChooserUI.this.getFileChooser();
167 return WindowsFileChooserUI.this.createList(getFileChooser());
171 return WindowsFileChooserUI.this.createDetailsView(getFileChooser());
195 return WindowsFileChooserUI.this.createDoubleClickListener(getFileChooser(),
200 return WindowsFileChooserUI.this.createListSelectionListener(getFileChooser());
430 if (!getFileChooser().isMultiSelectionEnabled()) {
495 JFileChooser fc = getFileChooser();
671 JFileChooser fc = getFileChooser();
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java132 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
163 public JFileChooser getFileChooser() { method in class:MetalFileChooserUI.MetalFileChooserUIAccessor
164 return MetalFileChooserUI.this.getFileChooser();
172 return MetalFileChooserUI.this.createList(getFileChooser());
176 return MetalFileChooserUI.this.createDetailsView(getFileChooser());
200 return MetalFileChooserUI.this.createDoubleClickListener(getFileChooser(),
205 return MetalFileChooserUI.this.createListSelectionListener(getFileChooser());
393 if (!getFileChooser().isMultiSelectionEnabled()) {
605 JFileChooser fc = getFileChooser();
636 JFileChooser fc = getFileChooser();
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java128 if (getFileChooser().getFileSelectionMode() == JFileChooser.DIRECTORIES_ONLY) {
143 public JFileChooser getFileChooser() { method in class:SynthFileChooserUIImpl.SynthFileChooserUIAccessor
144 return SynthFileChooserUIImpl.this.getFileChooser();
180 return SynthFileChooserUIImpl.this.createDoubleClickListener(getFileChooser(),
185 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()));
312 JFileChooser chooser = getFileChooser();
388 JFileChooser chooser = getFileChooser();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java188 getFileChooser().removeAll();
216 return (InputMap)DefaultLookup.get(getFileChooser(), this,
231 getFileChooser().rescanCurrentDirectory();
361 model = new BasicDirectoryModel(getFileChooser());
392 public JFileChooser getFileChooser() { method in class:BasicFileChooserUI
473 if(getFileChooser().isTraversable(f)) {
477 getFileChooser().approveSelection();
485 TransferHandler th1 = getFileChooser().getTransferHandler();
490 if (getFileChooser().getDragEnabled() != list.getDragEnabled()) {
491 list.setDragEnabled(getFileChooser()
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java197 JFileChooser fileChooser = getFileChooser();
303 protected JFileChooser getFileChooser() { method in class:FilePane
304 return fileChooserUIAccessor.getFileChooser();
430 Locale l = getFileChooser().getLocale();
490 getFileChooser().cancelSelection();
493 JFileChooser fc = getFileChooser();
502 getFileChooser().rescanCurrentDirectory();
509 return getFileChooser().isEnabled();
511 return !readOnly && getFileChooser().isEnabled();
579 final JFileChooser fileChooser = getFileChooser();
2012 public JFileChooser getFileChooser(); method in interface:FilePane.FileChooserUIAccessor
[all...]
/openjdk7/jdk/src/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());
384 final File currentDirectory = getFileChooser().getCurrentDirectory();
392 updateButtonState(getFileChooser());
395 setBottomPanelForMode(getFileChooser()); // Also updates approve button
407 updateApproveButton(getFileChooser());
408 getFileChooser()
502 public JFileChooser getFileChooser() { method in class:AquaFileChooserUI
[all...]
H A DAquaFileView.java159 if (f.isDirectory() && fFileChooserUI.getFileChooser().getFileSystemView().isRoot(f)) {
191 if (fFileChooserUI.getFileChooser().getFileSystemView().isRoot(f)) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DJ2DBench.java561 public static JFileChooser getFileChooser() { method in class:J2DBench
605 JFileChooser fc = getFileChooser();
723 JFileChooser fc = getFileChooser();
738 JFileChooser fc = getFileChooser();

Completed in 72 milliseconds