to.tetramorph.util
クラス ImageFileView

java.lang.Object
  上位を拡張 javax.swing.filechooser.FileView
      上位を拡張 to.tetramorph.util.ImageFileView

public class ImageFileView
extends FileView

JFileChooser用のファイルビュー。


コンストラクタの概要
ImageFileView()
          ImageFileView オブジェクトを作成する
 
メソッドの概要
 String getDescription(File f)
           
 String getName(File f)
           
 String getTypeDescription(File f)
           
 Boolean isTraversable(File f)
           
 
クラス javax.swing.filechooser.FileView から継承されたメソッド
getIcon
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ImageFileView

public ImageFileView()
ImageFileView オブジェクトを作成する

メソッドの詳細

getName

public String getName(File f)
オーバーライド:
クラス FileView 内の getName

getDescription

public String getDescription(File f)
オーバーライド:
クラス FileView 内の getDescription

isTraversable

public Boolean isTraversable(File f)
オーバーライド:
クラス FileView 内の isTraversable

getTypeDescription

public String getTypeDescription(File f)
オーバーライド:
クラス FileView 内の getTypeDescription