javax.swing.plaf.basic
Class BasicFileChooserUI.BasicFileView
java.lang.Object
|
+--javax.swing.filechooser.FileView
|
+--javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
- protected class BasicFileChooserUI.BasicFileView
- extends FileView
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
iconCache
protected Hashtable iconCache
BasicFileChooserUI.BasicFileView
public BasicFileChooserUI.BasicFileView()
clearIconCache
public void clearIconCache()
getName
public String getName(File f)
- Overrides:
- getName in class FileView
getDescription
public String getDescription(File f)
- Overrides:
- getDescription in class FileView
getTypeDescription
public String getTypeDescription(File f)
- Overrides:
- getTypeDescription in class FileView
getCachedIcon
public Icon getCachedIcon(File f)
cacheIcon
public void cacheIcon(File f,
Icon i)
getIcon
public Icon getIcon(File f)
- Overrides:
- getIcon in class FileView
isTraversable
public Boolean isTraversable(File f)
- Overrides:
- isTraversable in class FileView
isHidden
public Boolean isHidden(File f)
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.