モジュール java.desktop
パッケージ javax.swing.plaf

クラスFileChooserUI

    • コンストラクタの詳細

      • FileChooserUI

        public FileChooserUI()
    • メソッドの詳細

      • getAcceptAllFileFilter

        public abstract FileFilter getAcceptAllFileFilter​(JFileChooser fc)
        accept-allファイル・フィルタを返します。
        パラメータ:
        fc - ファイル選択
        戻り値:
        accept-allファイル・フィルタ
      • getFileView

        public abstract FileView getFileView​(JFileChooser fc)
        ファイル・ビューを返します。
        パラメータ:
        fc - ファイル選択
        戻り値:
        ファイル・ビュー
      • getApproveButtonText

        public abstract String getApproveButtonText​(JFileChooser fc)
        承認ボタン・テキストを返します。
        パラメータ:
        fc - ファイル選択
        戻り値:
        承認ボタンのテキスト。
      • getDialogTitle

        public abstract String getDialogTitle​(JFileChooser fc)
        ダイアログのタイトルを返します。
        パラメータ:
        fc - ファイル選択
        戻り値:
        ダイアログのタイトル。
      • rescanCurrentDirectory

        public abstract void rescanCurrentDirectory​(JFileChooser fc)
        現在のディレクトリを再スキャンします。
        パラメータ:
        fc - ファイル選択
      • ensureFileIsVisible

        public abstract void ensureFileIsVisible​(JFileChooser fc,
                                                 File f)
        問題のファイルが表示されていることを確認します。
        パラメータ:
        fc - ファイル選択
        f - ファイル
      • getDefaultButton

        public JButton getDefaultButton​(JFileChooser fc)
        現在のLookAndFeelのデフォルトのボタンを返します。 JFileChooserはこのボタンをダイアログ・ウィンドウのデフォルトのボタンとして使用します。
        パラメータ:
        fc - デフォルト・ボタンがリクエストされるJFileChooser
        戻り値:
        現在のルック・アンド・フィールのデフォルトのJButton
        導入されたバージョン:
        1.7