所有类
javax.swing.plaf
类 FileChooserUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
- 直接已知子类:
- BasicFileChooserUI, MultiFileChooserUI
-
public abstract class FileChooserUI
- extends ComponentUI
JFileChooser
的可插入外观界面。
从类 javax.swing.plaf.ComponentUI 继承的方法 |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileChooserUI
public FileChooserUI()
getAcceptAllFileFilter
public abstract FileFilter getAcceptAllFileFilter(JFileChooser fc)
-
getFileView
public abstract FileView getFileView(JFileChooser fc)
-
getApproveButtonText
public abstract String getApproveButtonText(JFileChooser fc)
-
getDialogTitle
public abstract String getDialogTitle(JFileChooser fc)
-
rescanCurrentDirectory
public abstract void rescanCurrentDirectory(JFileChooser fc)
-
ensureFileIsVisible
public abstract void ensureFileIsVisible(JFileChooser fc,
File f)
-
所有类