JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
javax.swing.JFileChooser の使用

JFileChooser を使用しているパッケージ
javax.swing.plaf 1 つのインタフェースおよび多くの抽象クラスを提供しており、Swing は、プラグイン可能な Look & Feel 機能を実現するためにこれらのクラスを利用します。 
javax.swing.plaf.basic 基本 Look & Feel に従って作成されたユーザインタフェースオブジェクトを提供します。 
javax.swing.plaf.metal デフォルトの Look & Feel である Java Look & Feel (コード名は Metal) に従って作成されたユーザインタフェースオブジェクトを提供します。  
javax.swing.plaf.multi 2 つ以上の Look & Feel を結合するユーザインタフェースオブジェクトを提供します。 
 

javax.swing.plaf での JFileChooser の使用
 

JFileChooser 型のパラメータを持つ javax.swing.plaf のメソッド
abstract  FileFilter FileChooserUI.getAcceptAllFileFilter(JFileChooser fc)
           
abstract  FileView FileChooserUI.getFileView(JFileChooser fc)
           
abstract  String FileChooserUI.getApproveButtonText(JFileChooser fc)
           
abstract  String FileChooserUI.getDialogTitle(JFileChooser fc)
           
abstract  void FileChooserUI.rescanCurrentDirectory(JFileChooser fc)
           
abstract  void FileChooserUI.ensureFileIsVisible(JFileChooser fc, File f)
           
 

javax.swing.plaf.basic での JFileChooser の使用
 

JFileChooser を返す javax.swing.plaf.basic のメソッド
 JFileChooser BasicFileChooserUI.getFileChooser()
           
 

JFileChooser 型のパラメータを持つ javax.swing.plaf.basic のメソッド
 void BasicFileChooserUI.installComponents(JFileChooser fc)
           
 void BasicFileChooserUI.uninstallComponents(JFileChooser fc)
           
protected  void BasicFileChooserUI.installListeners(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallListeners(JFileChooser fc)
           
protected  void BasicFileChooserUI.installDefaults(JFileChooser fc)
           
protected  void BasicFileChooserUI.installIcons(JFileChooser fc)
           
protected  void BasicFileChooserUI.installStrings(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallDefaults(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallIcons(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallStrings(JFileChooser fc)
           
 PropertyChangeListener BasicFileChooserUI.createPropertyChangeListener(JFileChooser fc)
           
 void BasicFileChooserUI.rescanCurrentDirectory(JFileChooser fc)
           
 void BasicFileChooserUI.ensureFileIsVisible(JFileChooser fc, File f)
           
protected  JButton BasicFileChooserUI.getApproveButton(JFileChooser fc)
           
 String BasicFileChooserUI.getApproveButtonToolTipText(JFileChooser fc)
           
 ListSelectionListener BasicFileChooserUI.createListSelectionListener(JFileChooser fc)
           
protected  MouseListener BasicFileChooserUI.createDoubleClickListener(JFileChooser fc, JList list)
           
 FileFilter BasicFileChooserUI.getAcceptAllFileFilter(JFileChooser fc)
          デフォルトで認められるすべてのファイルフィルタを返します。
 FileView BasicFileChooserUI.getFileView(JFileChooser fc)
           
 String BasicFileChooserUI.getDialogTitle(JFileChooser fc)
          このダイアログのタイトルを返します。
 int BasicFileChooserUI.getApproveButtonMnemonic(JFileChooser fc)
           
 String BasicFileChooserUI.getApproveButtonText(JFileChooser fc)
           
 

JFileChooser 型のパラメータを持つ javax.swing.plaf.basic のコンストラクタ
BasicFileChooserUI(JFileChooser b)
           
BasicDirectoryModel(JFileChooser filechooser)
           
 

javax.swing.plaf.metal での JFileChooser の使用
 

JFileChooser 型のパラメータを持つ javax.swing.plaf.metal のメソッド
 void MetalFileChooserUI.uninstallComponents(JFileChooser fc)
           
 void MetalFileChooserUI.installComponents(JFileChooser fc)
           
protected  void MetalFileChooserUI.installStrings(JFileChooser fc)
           
protected  void MetalFileChooserUI.installListeners(JFileChooser fc)
           
protected  JPanel MetalFileChooserUI.createList(JFileChooser fc)
           
protected  JPanel MetalFileChooserUI.createDetailsView(JFileChooser fc)
           
 ListSelectionListener MetalFileChooserUI.createListSelectionListener(JFileChooser fc)
          ファイルおよびディレクトリのリスト用の選択リスナーを作成します。
 PropertyChangeListener MetalFileChooserUI.createPropertyChangeListener(JFileChooser fc)
           
 void MetalFileChooserUI.ensureFileIsVisible(JFileChooser fc, File f)
           
 void MetalFileChooserUI.rescanCurrentDirectory(JFileChooser fc)
           
protected  javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxRenderer MetalFileChooserUI.createDirectoryComboBoxRenderer(JFileChooser fc)
           
protected  MetalFileChooserUI.DirectoryComboBoxModel MetalFileChooserUI.createDirectoryComboBoxModel(JFileChooser fc)
           
protected  JButton MetalFileChooserUI.getApproveButton(JFileChooser fc)
           
 

JFileChooser 型のパラメータを持つ javax.swing.plaf.metal のコンストラクタ
MetalFileChooserUI(JFileChooser filechooser)
           
 

javax.swing.plaf.multi での JFileChooser の使用
 

JFileChooser 型のパラメータを持つ javax.swing.plaf.multi のメソッド
 FileFilter MultiFileChooserUI.getAcceptAllFileFilter(JFileChooser a)
          このオブジェクトが扱う各 UI で getAcceptAllFileFilter メソッドを呼び出します。
 FileView MultiFileChooserUI.getFileView(JFileChooser a)
          このオブジェクトが扱う各 UI で getFileView メソッドを呼び出します。
 String MultiFileChooserUI.getApproveButtonText(JFileChooser a)
          このオブジェクトが扱う各 UI で getApproveButtonText メソッドを呼び出します。
 String MultiFileChooserUI.getDialogTitle(JFileChooser a)
          このオブジェクトが扱う各 UI で getDialogTitle メソッドを呼び出します。
 void MultiFileChooserUI.rescanCurrentDirectory(JFileChooser a)
          このオブジェクトが扱う各 UI で rescanCurrentDirectory メソッドを呼び出します。
 void MultiFileChooserUI.ensureFileIsVisible(JFileChooser a, File b)
          このオブジェクトが扱う各 UI で ensureFileIsVisible メソッドを呼び出します。
 


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.