JavaTM 2
Platform
Std. Ed. v1.4.0

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 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 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 というファイルの説明は「James Gosling の顔の JPEG イメージファイル」のようになります。

オーバーライド:
クラス FileView 内の getDescription

getTypeDescription

public String getTypeDescription(File f)
クラス FileView の記述:
人間が読むことのできる、ファイルの種類の説明です。たとえば、jpg ファイルの種類の説明は「JPEG 圧縮イメージファイル」のようになります。

オーバーライド:
クラス 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
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.