クラス
javax.swing.JFileChooserの使用
パッケージ
説明
1つのインタフェースおよび多くのabstractクラスを提供しており、Swingはプラグイン可能なLook & Feel機能を提供するためにこれらを利用します。
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
デフォルトのLook & FeelであるJava Look & Feel (以前のコード名はMetal)に従って構築されたユーザー・インタフェース・オブジェクトを提供します。
複数のLook & Feelを結合するユーザー・インタフェース・オブジェクトを提供します。
-
javax.swing.plafでのJFileChooserの使用
修飾子と型メソッド説明abstract void
FileChooserUI.ensureFileIsVisible
(JFileChooser fc, File f) 問題のファイルが表示されていることを確認します。abstract FileFilter
FileChooserUI.getAcceptAllFileFilter
(JFileChooser fc) accept-allファイル・フィルタを返します。abstract String
FileChooserUI.getApproveButtonText
(JFileChooser fc) ボタン・テキストの承認を返します。FileChooserUI.getDefaultButton
(JFileChooser fc) 現在のLookAndFeel
のデフォルトのボタンを返します。abstract String
FileChooserUI.getDialogTitle
(JFileChooser fc) ダイアログのタイトルを返します。abstract FileView
FileChooserUI.getFileView
(JFileChooser fc) ファイル・ビューを返します。abstract void
FileChooserUI.rescanCurrentDirectory
(JFileChooser fc) 現在のディレクトリを再スキャンします。 -
javax.swing.plaf.basicでのJFileChooserの使用
修飾子と型メソッド説明protected MouseListener
BasicFileChooserUI.createDoubleClickListener
(JFileChooser fc, JList<?> list) ダブルクリック・リスナーを作成します。BasicFileChooserUI.createListSelectionListener
(JFileChooser fc) リスト選択リスナーを作成します。BasicFileChooserUI.createPropertyChangeListener
(JFileChooser fc) プロパティ変更リスナーを作成します。void
BasicFileChooserUI.ensureFileIsVisible
(JFileChooser fc, File f) 問題のファイルが表示されていることを確認します。BasicFileChooserUI.getAcceptAllFileFilter
(JFileChooser fc) デフォルトで認められるすべてのファイル・フィルタを返します。protected JButton
BasicFileChooserUI.getApproveButton
(JFileChooser fc) 承認ボタンを返します。int
BasicFileChooserUI.getApproveButtonMnemonic
(JFileChooser fc) 承認ボタン・ニーモニックを返します。BasicFileChooserUI.getApproveButtonText
(JFileChooser fc) ボタン・テキストの承認を返します。BasicFileChooserUI.getApproveButtonToolTipText
(JFileChooser fc) 承認ボタンのツールチップを返します。BasicFileChooserUI.getDialogTitle
(JFileChooser fc) このダイアログのタイトルを返します。BasicFileChooserUI.getFileView
(JFileChooser fc) void
BasicFileChooserUI.installComponents
(JFileChooser fc) コンポーネントをインストールします。protected void
BasicFileChooserUI.installDefaults
(JFileChooser fc) デフォルトをインストールします。protected void
BasicFileChooserUI.installIcons
(JFileChooser fc) アイコンをインストールします。protected void
BasicFileChooserUI.installListeners
(JFileChooser fc) リスナーをインストールします。protected void
BasicFileChooserUI.installStrings
(JFileChooser fc) 文字列をインストールします。void
BasicFileChooserUI.rescanCurrentDirectory
(JFileChooser fc) 現在のディレクトリを再スキャンします。void
BasicFileChooserUI.uninstallComponents
(JFileChooser fc) コンポーネントをアンインストールします。protected void
BasicFileChooserUI.uninstallDefaults
(JFileChooser fc) デフォルトをアンインストールします。protected void
BasicFileChooserUI.uninstallIcons
(JFileChooser fc) アイコンをアンインストールします。protected void
BasicFileChooserUI.uninstallListeners
(JFileChooser fc) リスナーをアンインストールします。protected void
BasicFileChooserUI.uninstallStrings
(JFileChooser fc) 文字列をアンインストールします。修飾子コンストラクタ説明BasicDirectoryModel
(JFileChooser filechooser) BasicDirectoryModel
の新しいインスタンスを構築します。BasicFileChooserUI
を構築します。 -
javax.swing.plaf.metalでのJFileChooserの使用
修飾子と型メソッド説明protected JPanel
MetalFileChooserUI.createDetailsView
(JFileChooser fc) 詳細ビューを構築します。MetalFileChooserUI.createDirectoryComboBoxModel
(JFileChooser fc) DirectoryComboBox
のDataModel
の新しいインスタンスを構築します。protected JPanel
MetalFileChooserUI.createList
(JFileChooser fc) 詳細ビューを構築します。MetalFileChooserUI.createListSelectionListener
(JFileChooser fc) ファイルおよびディレクトリのリスト用の選択リスナーを作成します。 -
javax.swing.plaf.multiでのJFileChooserの使用
修飾子と型メソッド説明void
MultiFileChooserUI.ensureFileIsVisible
(JFileChooser a, File b) このオブジェクトで処理されている各UIでensureFileIsVisible
メソッドを呼び出します。MultiFileChooserUI.getAcceptAllFileFilter
(JFileChooser a) このオブジェクトで処理されている各UIでgetAcceptAllFileFilter
メソッドを呼び出します。MultiFileChooserUI.getApproveButtonText
(JFileChooser a) このオブジェクトで処理されている各UIでgetApproveButtonText
メソッドを呼び出します。MultiFileChooserUI.getDialogTitle
(JFileChooser a) このオブジェクトで処理されている各UIでgetDialogTitle
メソッドを呼び出します。MultiFileChooserUI.getFileView
(JFileChooser a) このオブジェクトで処理されている各UIでgetFileView
メソッドを呼び出します。void
MultiFileChooserUI.rescanCurrentDirectory
(JFileChooser a) このオブジェクトで処理されている各UIでrescanCurrentDirectory
メソッドを呼び出します。