Frames | No Frames |
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).
|
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.
|
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.
|
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.
|