public abstract class TDecoratingFileView
extends javax.swing.filechooser.FileView
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.filechooser.FileView |
fv
The decorated file view.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TDecoratingFileView(javax.swing.filechooser.FileView fv)
Constructs a new decorating file view.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(java.io.File f) |
javax.swing.Icon |
getIcon(java.io.File f) |
java.lang.String |
getName(java.io.File f) |
java.lang.String |
getTypeDescription(java.io.File f) |
java.lang.Boolean |
isTraversable(java.io.File f) |
java.lang.String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
protected TDecoratingFileView(javax.swing.filechooser.FileView fv)
fv - The file view to decorate.@Nullable public java.lang.String getName(java.io.File f)
getName in class javax.swing.filechooser.FileView@Nullable public java.lang.String getDescription(java.io.File f)
getDescription in class javax.swing.filechooser.FileView@Nullable public java.lang.String getTypeDescription(java.io.File f)
getTypeDescription in class javax.swing.filechooser.FileView@Nullable public javax.swing.Icon getIcon(java.io.File f)
getIcon in class javax.swing.filechooser.FileView@Nullable public java.lang.Boolean isTraversable(java.io.File f)
isTraversable in class javax.swing.filechooser.FileViewpublic java.lang.String toString()
toString in class java.lang.Object