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, getBaseline, getBaselineResizeBehavior, 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)
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。