当前页面:
在线文档首页 >
JavaTM 2 Platform Standard Edition 6.0 API 规范中文版
BasicFileChooserUI.BasicFileView (Java Platform SE 6) - JavaTM 2 Platform Standard Edition 6.0 API 规范中文版
javax.swing.plaf.basic
类 BasicFileChooserUI.BasicFileView
java.lang.Object
javax.swing.filechooser.FileView
javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
- 正在封闭类:
- BasicFileChooserUI
protected class BasicFileChooserUI.BasicFileView
- extends FileView
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iconCache
protected Hashtable<File,Icon> iconCache
BasicFileChooserUI.BasicFileView
public BasicFileChooserUI.BasicFileView()
clearIconCache
public void clearIconCache()
getName
public String getName(File f)
- 从类
FileView
复制的描述
- 文件名称。通常此名称就是
f.getName()
。
- 覆盖:
- 类
FileView
中的 getName
getDescription
public String getDescription(File f)
- 从类
FileView
复制的描述
- 文件的可读描述。例如,名为 jag.jpg 的文件可能有这样一个描述:"A JPEG image file of James Gosling's face"。
- 覆盖:
- 类
FileView
中的 getDescription
getTypeDescription
public String getTypeDescription(File f)
- 从类
FileView
复制的描述
- 文件类型的可读描述。例如,
jpg
文件可能有这样一个类型描述:"A JPEG Compressed Image File"
- 覆盖:
- 类
FileView
中的 getTypeDescription
getCachedIcon
public Icon getCachedIcon(File f)
cacheIcon
public void cacheIcon(File f,
Icon i)
getIcon
public Icon getIcon(File f)
- 从类
FileView
复制的描述
- 表示
JFileChooser
中此文件的图标。
- 覆盖:
- 类
FileView
中的 getIcon
isHidden
public Boolean isHidden(File f)
提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。