| Modifier and Type | Field and Description |
|---|---|
protected FileView |
delegate
The decorated file view.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TDecoratingFileView(FileView fileView)
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 delegate
protected TDecoratingFileView(FileView fileView)
fileView - 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 FileViewCopyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.