Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicDirectoryModel

Basic implementation of a file list.

Basic implementation of a file list.
raw docstring

->basic-directory-modelclj

(->basic-directory-model filechooser)

Constructor.

filechooser - javax.swing.JFileChooser

Constructor.

filechooser - `javax.swing.JFileChooser`
raw docstring

add-property-change-listenerclj

(add-property-change-listener this listener)

Adds a PropertyChangeListener to the listener list. The listener is registered for all bound properties of this class.

If listener is null, no exception is thrown and no action is performed.

listener - the property change listener to be added - java.beans.PropertyChangeListener

Adds a PropertyChangeListener to the listener list. The listener is
 registered for all bound properties of this class.

 If listener is null,
 no exception is thrown and no action is performed.

listener - the property change listener to be added - `java.beans.PropertyChangeListener`
raw docstring

containsclj

(contains this o)

o - java.lang.Object

returns: boolean

o - `java.lang.Object`

returns: `boolean`
raw docstring

fire-contents-changedclj

(fire-contents-changed this)
raw docstring

get-directoriesclj

(get-directories this)

returns: java.util.Vector<java.io.File>

returns: `java.util.Vector<java.io.File>`
raw docstring

get-element-atclj

(get-element-at this index)

Description copied from interface: ListModel

index - the requested index - int

returns: the value at index - java.lang.Object

Description copied from interface: ListModel

index - the requested index - `int`

returns: the value at index - `java.lang.Object`
raw docstring

get-filesclj

(get-files this)

returns: java.util.Vector<java.io.File>

returns: `java.util.Vector<java.io.File>`
raw docstring

get-property-change-listenersclj

(get-property-change-listeners this)

Returns an array of all the property change listeners registered on this component.

returns: all of this component's PropertyChangeListeners or an empty array if no property change listeners are currently registered - java.beans.PropertyChangeListener[]

Returns an array of all the property change listeners
 registered on this component.

returns: all of this component's PropertyChangeListeners
         or an empty array if no property change
         listeners are currently registered - `java.beans.PropertyChangeListener[]`
raw docstring

get-sizeclj

(get-size this)

Description copied from interface: ListModel

returns: the length of the list - int

Description copied from interface: ListModel

returns: the length of the list - `int`
raw docstring

index-ofclj

(index-of this o)

o - java.lang.Object

returns: int

o - `java.lang.Object`

returns: `int`
raw docstring

interval-addedclj

(interval-added this e)

Obsolete - not used.

e - javax.swing.event.ListDataEvent

Obsolete - not used.

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

interval-removedclj

(interval-removed this e)

Obsolete - not used.

e - javax.swing.event.ListDataEvent

Obsolete - not used.

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

invalidate-file-cacheclj

(invalidate-file-cache this)

This method is used to interrupt file loading thread.

This method is used to interrupt file loading thread.
raw docstring

property-changeclj

(property-change this e)

Description copied from interface: PropertyChangeListener

e - A PropertyChangeEvent object describing the event source and the property that has changed. - java.beans.PropertyChangeEvent

Description copied from interface: PropertyChangeListener

e - A PropertyChangeEvent object describing the event source and the property that has changed. - `java.beans.PropertyChangeEvent`
raw docstring

remove-property-change-listenerclj

(remove-property-change-listener this listener)

Removes a PropertyChangeListener from the listener list.

If listener is null, no exception is thrown and no action is performed.

listener - the PropertyChangeListener to be removed - java.beans.PropertyChangeListener

Removes a PropertyChangeListener from the listener list.

 If listener is null, no exception is thrown and no action is performed.

listener - the PropertyChangeListener to be removed - `java.beans.PropertyChangeListener`
raw docstring

rename-fileclj

(rename-file this old-file new-file)

Renames a file in the underlying file system.

old-file - a File object representing the existing file - java.io.File new-file - a File object representing the desired new file name - java.io.File

returns: true if rename succeeded, otherwise false - boolean

Renames a file in the underlying file system.

old-file - a File object representing the existing file - `java.io.File`
new-file - a File object representing the desired new file name - `java.io.File`

returns: true if rename succeeded,
        otherwise false - `boolean`
raw docstring

validate-file-cacheclj

(validate-file-cache this)
raw docstring

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

× close