File
Doc
Category
Size
Date
Package
FileChooserUI.java
API Doc
Java SE 5 API
932
Fri Aug 26 14:58:02 BST 2005
javax.swing.plaf
FileChooserUI
java.lang.Object
javax.swing.plaf.ComponentUI
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 void
ensureFileIsVisible
(
javax.swing.JFileChooser
fc,
java.io.File
f)
public abstract
javax.swing.filechooser.FileFilter
getAcceptAllFileFilter
(
javax.swing.JFileChooser
fc)
public abstract
java.lang.String
getApproveButtonText
(
javax.swing.JFileChooser
fc)
public abstract
java.lang.String
getDialogTitle
(
javax.swing.JFileChooser
fc)
public abstract
javax.swing.filechooser.FileView
getFileView
(
javax.swing.JFileChooser
fc)
public abstract void
rescanCurrentDirectory
(
javax.swing.JFileChooser
fc)
Java Code Source