Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalFileChooserUI

Metal L&F implementation of a FileChooser.

Metal L&F implementation of a FileChooser.
raw docstring

*create-uiclj

(*create-ui c)

c - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

c - `javax.swing.JComponent`

returns: `javax.swing.plaf.ComponentUI`
raw docstring

->metal-file-chooser-uiclj

(->metal-file-chooser-ui filechooser)

Constructor.

filechooser - javax.swing.JFileChooser

Constructor.

filechooser - `javax.swing.JFileChooser`
raw docstring

create-list-selection-listenerclj

(create-list-selection-listener this fc)

Creates a selection listener for the list of files and directories.

fc - a JFileChooser - javax.swing.JFileChooser

returns: a ListSelectionListener - javax.swing.event.ListSelectionListener

Creates a selection listener for the list of files and directories.

fc - a JFileChooser - `javax.swing.JFileChooser`

returns: a ListSelectionListener - `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-directory-nameclj

(get-directory-name this)

returns: java.lang.String

returns: `java.lang.String`
raw docstring

get-file-nameclj

(get-file-name this)

returns: java.lang.String

returns: `java.lang.String`
raw docstring

get-maximum-sizeclj

(get-maximum-size this c)

Returns the maximum size of the JFileChooser.

c - a JFileChooser - javax.swing.JComponent

returns: a Dimension specifying the maximum width and height of the file chooser - java.awt.Dimension

Returns the maximum size of the JFileChooser.

c - a JFileChooser - `javax.swing.JComponent`

returns: a Dimension specifying the maximum
           width and height of the file chooser - `java.awt.Dimension`
raw docstring

get-minimum-sizeclj

(get-minimum-size this c)

Returns the minimum size of the JFileChooser.

c - a JFileChooser - javax.swing.JComponent

returns: a Dimension specifying the minimum width and height of the file chooser - java.awt.Dimension

Returns the minimum size of the JFileChooser.

c - a JFileChooser - `javax.swing.JComponent`

returns: a Dimension specifying the minimum
           width and height of the file chooser - `java.awt.Dimension`
raw docstring

get-preferred-sizeclj

(get-preferred-size this c)

Returns the preferred size of the specified JFileChooser. The preferred size is at least as large, in both height and width, as the preferred size recommended by the file chooser's layout manager.

c - a JFileChooser - javax.swing.JComponent

returns: a Dimension specifying the preferred width and height of the file chooser - java.awt.Dimension

Returns the preferred size of the specified
 JFileChooser.
 The preferred size is at least as large,
 in both height and width,
 as the preferred size recommended
 by the file chooser's layout manager.

c - a JFileChooser - `javax.swing.JComponent`

returns: a Dimension specifying the preferred
           width and height of the file chooser - `java.awt.Dimension`
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

value-changedclj

(value-changed this e)

e - javax.swing.event.ListSelectionEvent

e - `javax.swing.event.ListSelectionEvent`
raw docstring

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

× close