Uses of Class javax.swing.filechooser.FileView

Uses in package javax.swing.plaf

Methods with return type javax.swing.filechooser.FileView

FileView
Returns a view to a file, which is able to retrieve its name, icon, and other properties that are relevant for presenting the file to the user.

Uses in package javax.swing.plaf.multi

Methods with return type javax.swing.filechooser.FileView

FileView
Calls the FileChooserUI.getFileView(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the view for the UI delegate from the primary look and feel.

Uses in package javax.swing

Methods with parameter type javax.swing.filechooser.FileView

void
Sets a custom FileView for the file chooser and sends a PropertyChangeEvent to all registered listeners.

Methods with return type javax.swing.filechooser.FileView

FileView
Returns the custom FileView for the file chooser.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.filechooser.FileView

class
Provides presentation information about files and directories.

Methods with return type javax.swing.filechooser.FileView

FileView
Returns the default file view (NOT the file view from the file chooser, if there is one).