Modifier and Type | Field and Description |
---|---|
protected FileView |
fv
The decorated file view.
|
Modifier | Constructor and Description |
---|---|
protected |
TDecoratingFileView(FileView fv)
Constructs a new decorating file view.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription(File f) |
Icon |
getIcon(File f) |
String |
getName(File f) |
String |
getTypeDescription(File f) |
Boolean |
isTraversable(File f) |
String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
protected final FileView fv
protected TDecoratingFileView(FileView fv)
fv
- The file view to decorate.@Nullable public String getDescription(File f)
getDescription
in class FileView
@Nullable public String getTypeDescription(File f)
getTypeDescription
in class FileView
@Nullable public Boolean isTraversable(File f)
isTraversable
in class FileView
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.