Module java.desktop
Package javax.swing.plaf

Class FileChooserUI

java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
直接已知的子类:
BasicFileChooserUI, MultiFileChooserUI

public abstract class FileChooserUI extends ComponentUI
可插拔的外观接口,用于JFileChooser
  • Constructor Details

    • FileChooserUI

      protected FileChooserUI()
      子类调用的构造函数。
  • Method Details

    • getAcceptAllFileFilter

      public abstract FileFilter getAcceptAllFileFilter(JFileChooser fc)
      返回一个接受所有文件的过滤器。
      参数:
      fc - 文件选择器
      返回:
      一个接受所有文件的过滤器
    • 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