JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf
类 FileChooserUI

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

public abstract class FileChooserUI
extends ComponentUI

JFileChooser 的可插入外观界面。


构造方法摘要
FileChooserUI()
           
 
方法摘要
abstract  void ensureFileIsVisible(JFileChooser fc, File f)
           
abstract  FileFilter getAcceptAllFileFilter(JFileChooser fc)
           
abstract  String getApproveButtonText(JFileChooser fc)
           
abstract  String getDialogTitle(JFileChooser fc)
           
abstract  FileView getFileView(JFileChooser fc)
           
abstract  void rescanCurrentDirectory(JFileChooser fc)
           
 
从类 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)

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only