Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicFileChooserUI

Basic L&F implementation of a FileChooser.

Basic L&F implementation of a FileChooser.
raw docstring

*create-uiclj

(*create-ui c)

Creates a BasicFileChooserUI implementation for the specified component. By default the BasicLookAndFeel class uses createUI methods of all basic UIs classes to instantiate UIs.

c - the JFileChooser which needs a UI - javax.swing.JComponent

returns: the BasicFileChooserUI object - javax.swing.plaf.ComponentUI

Creates a BasicFileChooserUI implementation
 for the specified component. By default
 the BasicLookAndFeel class uses
 createUI methods of all basic UIs classes
 to instantiate UIs.

c - the JFileChooser which needs a UI - `javax.swing.JComponent`

returns: the BasicFileChooserUI object - `javax.swing.plaf.ComponentUI`
raw docstring

->basic-file-chooser-uiclj

(->basic-file-chooser-ui b)

Constructor.

b - javax.swing.JFileChooser

Constructor.

b - `javax.swing.JFileChooser`
raw docstring

clear-icon-cacheclj

(clear-icon-cache this)
raw docstring

create-list-selection-listenerclj

(create-list-selection-listener this fc)

fc - javax.swing.JFileChooser

returns: javax.swing.event.ListSelectionListener

fc - `javax.swing.JFileChooser`

returns: `javax.swing.event.ListSelectionListener`
raw docstring

create-property-change-listenerclj

(create-property-change-listener this fc)

fc - javax.swing.JFileChooser

returns: java.beans.PropertyChangeListener

fc - `javax.swing.JFileChooser`

returns: `java.beans.PropertyChangeListener`
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)

Returns the default accept all file filter

fc - javax.swing.JFileChooser

returns: javax.swing.filechooser.FileFilter

Returns the default accept all file filter

fc - `javax.swing.JFileChooser`

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

get-accessory-panelclj

(get-accessory-panel this)

returns: javax.swing.JPanel

returns: `javax.swing.JPanel`
raw docstring

get-approve-button-mnemonicclj

(get-approve-button-mnemonic this fc)

fc - javax.swing.JFileChooser

returns: int

fc - `javax.swing.JFileChooser`

returns: `int`
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-approve-button-tool-tip-textclj

(get-approve-button-tool-tip-text this fc)

fc - javax.swing.JFileChooser

returns: java.lang.String

fc - `javax.swing.JFileChooser`

returns: `java.lang.String`
raw docstring

get-approve-selection-actionclj

(get-approve-selection-action this)

returns: javax.swing.Action

returns: `javax.swing.Action`
raw docstring

get-cancel-selection-actionclj

(get-cancel-selection-action this)

returns: javax.swing.Action

returns: `javax.swing.Action`
raw docstring

get-change-to-parent-directory-actionclj

(get-change-to-parent-directory-action this)

returns: javax.swing.Action

returns: `javax.swing.Action`
raw docstring

get-default-buttonclj

(get-default-button this fc)

Description copied from class: FileChooserUI

fc - javax.swing.JFileChooser

returns: javax.swing.JButton

Description copied from class: FileChooserUI

fc - `javax.swing.JFileChooser`

returns: `javax.swing.JButton`
raw docstring

get-dialog-titleclj

(get-dialog-title this fc)

Returns the title of this dialog

fc - javax.swing.JFileChooser

returns: java.lang.String

Returns the title of this dialog

fc - `javax.swing.JFileChooser`

returns: `java.lang.String`
raw docstring

get-directory-nameclj

(get-directory-name this)

returns: java.lang.String

returns: `java.lang.String`
raw docstring

get-file-chooserclj

(get-file-chooser this)

returns: javax.swing.JFileChooser

returns: `javax.swing.JFileChooser`
raw docstring

get-file-nameclj

(get-file-name this)

returns: java.lang.String

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

get-go-home-actionclj

(get-go-home-action this)

returns: javax.swing.Action

returns: `javax.swing.Action`
raw docstring

get-modelclj

(get-model this)

returns: javax.swing.plaf.basic.BasicDirectoryModel

returns: `javax.swing.plaf.basic.BasicDirectoryModel`
raw docstring

get-new-folder-actionclj

(get-new-folder-action this)

returns: javax.swing.Action

returns: `javax.swing.Action`
raw docstring

get-update-actionclj

(get-update-action this)

returns: javax.swing.Action

returns: `javax.swing.Action`
raw docstring

install-componentsclj

(install-components this fc)

fc - javax.swing.JFileChooser

fc - `javax.swing.JFileChooser`
raw docstring

install-uiclj

(install-ui this c)

Description copied from class: ComponentUI

c - the component where this UI delegate is being installed - javax.swing.JComponent

Description copied from class: ComponentUI

c - the component where this UI delegate is being installed - `javax.swing.JComponent`
raw docstring

rescan-current-directoryclj

(rescan-current-directory this fc)

fc - javax.swing.JFileChooser

fc - `javax.swing.JFileChooser`
raw docstring

set-directory-nameclj

(set-directory-name this dirname)

dirname - java.lang.String

dirname - `java.lang.String`
raw docstring

set-file-nameclj

(set-file-name this filename)

filename - java.lang.String

filename - `java.lang.String`
raw docstring

uninstall-componentsclj

(uninstall-components this fc)

fc - javax.swing.JFileChooser

fc - `javax.swing.JFileChooser`
raw docstring

uninstall-uiclj

(uninstall-ui this c)

Description copied from class: ComponentUI

c - the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

Description copied from class: ComponentUI

c - the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

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

× close