public class QuaquaFileView
extends javax.swing.filechooser.FileView
| Constructor and Description |
|---|
QuaquaFileView(QuaquaFileSystemView fsv)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(java.io.File f)
A human readable description of the file.
|
javax.swing.Icon |
getIcon(java.io.File f)
The icon that represents this file in the JFileChooser.
|
java.lang.String |
getName(java.io.File f)
The name of the file.
|
java.lang.String |
getTypeDescription(java.io.File f)
A human readable description of the type of the file.
|
java.lang.Boolean |
isTraversable(java.io.File f)
Whether the directory is traversable or not.
|
public QuaquaFileView(QuaquaFileSystemView fsv)
public java.lang.String getName(java.io.File f)
getName in class javax.swing.filechooser.FileViewpublic java.lang.String getDescription(java.io.File f)
getDescription in class javax.swing.filechooser.FileViewpublic java.lang.String getTypeDescription(java.io.File f)
getTypeDescription in class javax.swing.filechooser.FileViewpublic javax.swing.Icon getIcon(java.io.File f)
getIcon in class javax.swing.filechooser.FileViewpublic java.lang.Boolean isTraversable(java.io.File f)
isTraversable in class javax.swing.filechooser.FileView