API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.plaf.basic.
BasicFileChooserUI.BasicFileView
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
FileView
BasicFileChooserUI.BasicFileView
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
protected
class BasicFileChooserUI.BasicFileView
See also:
Constructors
public
BasicFileChooserUI.BasicFileView
()
Methods
Hide/Show inherited methods
public
void
cacheIcon
(
File
f,
Icon
i)
public
void
clearIconCache
()
public
Icon
getCachedIcon
(
File
f)
public
String
getDescription
(
File
f)
[Overrides
FileView
]
public
Icon
getIcon
(
File
f)
[Overrides
FileView
]
public
String
getName
(
File
f)
[Overrides
FileView
]
public
String
getTypeDescription
(
File
f)
[Overrides
FileView
]
public
Boolean
isHidden
(
File
f)
public
Boolean
isTraversable
(
File
f)
[Inherited From
FileView
]
Whether the directory is traversable or not.
Whether the directory is traversable or not. This might be
useful, for example, if you want a directory to represent
a compound document and don't want the user to descend into it.
Fields
Hide/Show inherited fields
protected
Hashtable
<
File
,
Icon
>
iconCache
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar