| java.lang.Object | ||
| ↳ | javax.swing.filechooser.FileView | |
| ↳ | javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView | |
Known Direct Subclasses
|
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.swing.filechooser.FileView
| |||||||||||
From class
java.lang.Object
| |||||||||||
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"