JavaTM 2 Platform
Standard Ed. 6

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


欄位摘要
protected  Hashtable<File,Icon> iconCache
           
 
建構子摘要
BasicFileChooserUI.BasicFileView()
           
 
方法摘要
 void cacheIcon(File f, Icon i)
           
 void clearIconCache()
           
 Icon getCachedIcon(File f)
           
 String getDescription(File f)
          檔案的可讀描述。
 Icon getIcon(File f)
          表示 JFileChooser 中此檔案的圖標。
 String getName(File f)
          檔案名稱。
 String getTypeDescription(File f)
          檔案型別的可讀描述。
 Boolean isHidden(File f)
           
 
從類別 javax.swing.filechooser.FileView 繼承的方法
isTraversable
 
從類別 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)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only