public class ImageFileView extends FileView
| Constructor and Description | 
|---|
| ImageFileView() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription(File f)Gets a human readable description of the file. | 
| Icon | getIcon(File f)The icon that represents this image file in the JFileChooser. | 
| String | getName(File f)The name of the file. | 
| String | getTypeDescription(File f)A human readable description of the type of some image files. | 
| Boolean | isTraversable(File f)Whether the directory is traversable or not. | 
public String getName(File f)
public String getDescription(File f)
getDescription in class FileViewf - the filepublic Boolean isTraversable(File f)
isTraversable in class FileViewf - the filepublic String getTypeDescription(File f)
getTypeDescription in class FileViewf - the image fileCopyright © 2002–2017 SoftSmithy. All rights reserved.