Liking cljdoc? Tell your friends :D

javax.swing.plaf.FileChooserUI

Pluggable look and feel interface for JFileChooser.

Pluggable look and feel interface for JFileChooser.
raw docstring

->file-chooser-uiclj

(->file-chooser-ui)

Constructor.

Constructor.
raw docstring

ensure-file-is-visibleclj

(ensure-file-is-visible this fc f)

fc - javax.swing.JFileChooser f - java.io.File

fc - `javax.swing.JFileChooser`
f - `java.io.File`
raw docstring

get-accept-all-file-filterclj

(get-accept-all-file-filter this fc)

fc - javax.swing.JFileChooser

returns: javax.swing.filechooser.FileFilter

fc - `javax.swing.JFileChooser`

returns: `javax.swing.filechooser.FileFilter`
raw docstring

get-approve-button-textclj

(get-approve-button-text this fc)

fc - javax.swing.JFileChooser

returns: java.lang.String

fc - `javax.swing.JFileChooser`

returns: `java.lang.String`
raw docstring

get-default-buttonclj

(get-default-button this fc)

Returns default button for current LookAndFeel. JFileChooser will use this button as default button for dialog windows.

fc - javax.swing.JFileChooser

returns: javax.swing.JButton

Returns default button for current LookAndFeel.
 JFileChooser will use this button as default button
 for dialog windows.

fc - `javax.swing.JFileChooser`

returns: `javax.swing.JButton`
raw docstring

get-dialog-titleclj

(get-dialog-title this fc)

fc - javax.swing.JFileChooser

returns: java.lang.String

fc - `javax.swing.JFileChooser`

returns: `java.lang.String`
raw docstring

get-file-viewclj

(get-file-view this fc)

fc - javax.swing.JFileChooser

returns: javax.swing.filechooser.FileView

fc - `javax.swing.JFileChooser`

returns: `javax.swing.filechooser.FileView`
raw docstring

rescan-current-directoryclj

(rescan-current-directory this fc)

fc - javax.swing.JFileChooser

fc - `javax.swing.JFileChooser`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close