FileDocCategorySizeDatePackage
FileChooserUI.javaAPI DocJava SE 5 API932Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

FileChooserUI

public abstract class FileChooserUI extends ComponentUI
Pluggable look and feel interface for JFileChooser.
version
1.19 12/19/03
author
Jeff Dinkins

Fields Summary
Constructors Summary
Methods Summary
public abstract voidensureFileIsVisible(javax.swing.JFileChooser fc, java.io.File f)

public abstract javax.swing.filechooser.FileFiltergetAcceptAllFileFilter(javax.swing.JFileChooser fc)

public abstract java.lang.StringgetApproveButtonText(javax.swing.JFileChooser fc)

public abstract java.lang.StringgetDialogTitle(javax.swing.JFileChooser fc)

public abstract javax.swing.filechooser.FileViewgetFileView(javax.swing.JFileChooser fc)

public abstract voidrescanCurrentDirectory(javax.swing.JFileChooser fc)