java.lang.Object | ||
↳ | javax.swing.filechooser.FileView | |
↳ | javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
iconCache |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A human readable description of the file.
| |||||||||||
The icon that represents this file in the
JFileChooser . | |||||||||||
The name of the file.
| |||||||||||
A human readable description of the type of the file.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
A human readable description of the file. For example, a file named jag.jpg might have a description that read: "A JPEG image file of James Gosling's face".
A human readable description of the type of the file. For
example, a jpg
file might have a type description of:
"A JPEG Compressed Image File"