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