JavaTM 2 Platform
Std. Ed. v1.3

クラス
javax.swing.JFileChooser の使用

JFileChooser を使用しているパッケージ
javax.swing すべてのプラットフォームで可能な限り同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 
javax.swing.plaf 1 つのインタフェースおよび多くの抽象クラスを提供しており、Swing は、プラグイン可能な Look & Feel 機能を実現するためにこれらのクラスを利用します。 
javax.swing.plaf.basic 基本 Look & Feel に従って作成されたユーザインタフェースオブジェクトを提供します。 
javax.swing.plaf.metal このパッケージは、Metal の Look & Feel に従って構築されるユーザインタフェースオブジェクトを提供します。  
javax.swing.plaf.multi 多重 Look & Feel を利用すると、デフォルトの Look & Feel に補助的な Look & Feel を結合できます。 
 

javax.swing での JFileChooser の使用
 

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

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)
           
 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)
          この MultiUI が扱う各 UI で、getAcceptAllFileFilter を呼び出します。
 FileView MultiFileChooserUI.getFileView(JFileChooser a)
          この MultiUI が扱う各 UI で、getFileView を呼び出します。
 String MultiFileChooserUI.getApproveButtonText(JFileChooser a)
          この MultiUI が扱う各 UI で、getApproveButtonText を呼び出します。
 String MultiFileChooserUI.getDialogTitle(JFileChooser a)
          この MultiUI が扱う各 UI で、getDialogTitle を呼び出します。
 void MultiFileChooserUI.rescanCurrentDirectory(JFileChooser a)
          この MultiUI が扱う各 UI で、rescanCurrentDirectory を呼び出します。
 void MultiFileChooserUI.ensureFileIsVisible(JFileChooser a, File b)
          この MultiUI が扱う各 UI で、ensureFileIsVisible を呼び出します。
 


JavaTM 2 Platform
Std. Ed. v1.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

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