クラス
javax.swing.JFileChooserの使用
-
JFileChooserを使用しているパッケージ パッケージ 説明 javax.swing.plaf Swingがプラグイン可能なLook & Feel機能を提供するために使用する、1つのインタフェースおよび多くのabstractクラスを提供します。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 voidFileChooserUI. ensureFileIsVisible(JFileChooser fc, File f)問題のファイルが表示されていることを確認します。abstract FileFilterFileChooserUI. getAcceptAllFileFilter(JFileChooser fc)accept-allファイル・フィルタを返します。abstract StringFileChooserUI. getApproveButtonText(JFileChooser fc)ボタン・テキストの承認を返します。JButtonFileChooserUI. getDefaultButton(JFileChooser fc)現在のLookAndFeelのデフォルトのボタンを返します。abstract StringFileChooserUI. getDialogTitle(JFileChooser fc)ダイアログのタイトルを返します。abstract FileViewFileChooserUI. getFileView(JFileChooser fc)ファイル・ビューを返します。abstract voidFileChooserUI. rescanCurrentDirectory(JFileChooser fc)現在のディレクトリを再スキャンします。 -
javax.swing.plaf.basicでのJFileChooserの使用
JFileChooserを返すjavax.swing.plaf.basic内のメソッド 修飾子と型 メソッド 説明 JFileChooserBasicFileChooserUI. getFileChooser()ファイル・チューザを返します。JFileChooser型のパラメータを持つjavax.swing.plaf.basic内のメソッド 修飾子と型 メソッド 説明 protected MouseListenerBasicFileChooserUI. createDoubleClickListener(JFileChooser fc, JList<?> list)ダブルクリック・リスナーを作成します。ListSelectionListenerBasicFileChooserUI. createListSelectionListener(JFileChooser fc)リスト選択リスナーを作成します。PropertyChangeListenerBasicFileChooserUI. createPropertyChangeListener(JFileChooser fc)プロパティ変更リスナーを作成します。FileFilterBasicFileChooserUI. getAcceptAllFileFilter(JFileChooser fc)デフォルトで認められるすべてのファイル・フィルタを返します。protected JButtonBasicFileChooserUI. getApproveButton(JFileChooser fc)承認ボタンを返します。intBasicFileChooserUI. getApproveButtonMnemonic(JFileChooser fc)承認ボタン・ニーモニックを返します。StringBasicFileChooserUI. getApproveButtonToolTipText(JFileChooser fc)承認ボタンのツールチップを返します。StringBasicFileChooserUI. getDialogTitle(JFileChooser fc)このダイアログのタイトルを返します。voidBasicFileChooserUI. installComponents(JFileChooser fc)コンポーネントをインストールします。protected voidBasicFileChooserUI. installDefaults(JFileChooser fc)デフォルトをインストールします。protected voidBasicFileChooserUI. installIcons(JFileChooser fc)アイコンをインストールします。protected voidBasicFileChooserUI. installListeners(JFileChooser fc)リスナーをインストールします。protected voidBasicFileChooserUI. installStrings(JFileChooser fc)文字列をインストールします。voidBasicFileChooserUI. uninstallComponents(JFileChooser fc)コンポーネントをアンインストールします。protected voidBasicFileChooserUI. uninstallDefaults(JFileChooser fc)デフォルトをアンインストールします。protected voidBasicFileChooserUI. uninstallIcons(JFileChooser fc)アイコンをアンインストールします。protected voidBasicFileChooserUI. uninstallListeners(JFileChooser fc)リスナーをアンインストールします。protected voidBasicFileChooserUI. 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 JPanelMetalFileChooserUI. createDetailsView(JFileChooser fc)詳細ビューを構築します。protected MetalFileChooserUI.DirectoryComboBoxModelMetalFileChooserUI. createDirectoryComboBoxModel(JFileChooser fc)DirectoryComboBoxのDataModelの新しいインスタンスを構築します。protected JPanelMetalFileChooserUI. createList(JFileChooser fc)詳細ビューを構築します。ListSelectionListenerMetalFileChooserUI. createListSelectionListener(JFileChooser fc)ファイルおよびディレクトリのリスト用の選択リスナーを作成します。JFileChooser型のパラメータを持つjavax.swing.plaf.metal内のコンストラクタ コンストラクタ 説明 MetalFileChooserUI(JFileChooser filechooser)MetalFileChooserUIの新しいインスタンスを構築します。 -
javax.swing.plaf.multiでのJFileChooserの使用
JFileChooser型のパラメータを持つjavax.swing.plaf.multi内のメソッド 修飾子と型 メソッド 説明 voidMultiFileChooserUI. ensureFileIsVisible(JFileChooser a, File b)このオブジェクトで処理されている各UIでensureFileIsVisibleメソッドを呼び出します。FileFilterMultiFileChooserUI. getAcceptAllFileFilter(JFileChooser a)このオブジェクトで処理されている各UIでgetAcceptAllFileFilterメソッドを呼び出します。StringMultiFileChooserUI. getApproveButtonText(JFileChooser a)このオブジェクトで処理されている各UIでgetApproveButtonTextメソッドを呼び出します。StringMultiFileChooserUI. getDialogTitle(JFileChooser a)このオブジェクトで処理されている各UIでgetDialogTitleメソッドを呼び出します。FileViewMultiFileChooserUI. getFileView(JFileChooser a)このオブジェクトで処理されている各UIでgetFileViewメソッドを呼び出します。voidMultiFileChooserUI. rescanCurrentDirectory(JFileChooser a)このオブジェクトで処理されている各UIでrescanCurrentDirectoryメソッドを呼び出します。
-