|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
javax.swing.plaf.basic
|
||||||||||||||||||||||||||||||||
| Field Summary | |
protected Hashtable |
iconCache
|
| Constructor Summary | |
BasicFileChooserUI.BasicFileView()
|
|
| Method Summary | |
void |
cacheIcon(File f,
Icon i)
|
void |
clearIconCache()
|
Icon |
getCachedIcon(File f)
|
String |
getDescription(File f)
A human readable description of the file. |
Icon |
getIcon(File f)
The icon that represents this 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 the file. |
Boolean |
isHidden(File f)
|
| Methods inherited from class javax.swing.filechooser.FileView |
isTraversable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Hashtable iconCache
| Constructor Detail |
public BasicFileChooserUI.BasicFileView()
| Method Detail |
public void clearIconCache()
public String getName(File f)
FileView
public String getDescription(File f)
FileView
getDescription in class FileViewpublic String getTypeDescription(File f)
FileView
getTypeDescription in class FileViewpublic Icon getCachedIcon(File f)
public void cacheIcon(File f, Icon i)
public Icon getIcon(File f)
FileView
public Boolean isHidden(File f)