模块  java.desktop
软件包  javax.swing.plaf

Class 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其默认按钮的 JFileChooser
        结果
        当前外观的默认JButton
        从以下版本开始:
        1.7