java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
- Direct Known Subclasses:
 BasicFileChooserUI,MultiFileChooserUI
Pluggable look and feel interface for 
JFileChooser.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidensureFileIsVisible(JFileChooser fc, File f) Ensure the file in question is visible.abstract FileFilterReturns an accept-all file filter.abstract StringReturns approve button text.Returns default button for currentLookAndFeel.abstract StringReturns the dialog title.abstract FileViewReturns a file view.abstract voidRescan the current directory.Methods declared in class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update 
- 
Constructor Details
- 
FileChooserUI
protected FileChooserUI()Constructor for subclasses to call. 
 - 
 - 
Method Details
- 
getAcceptAllFileFilter
Returns an accept-all file filter.- Parameters:
 fc- the file chooser- Returns:
 - an accept-all file filter
 
 - 
getFileView
Returns a file view.- Parameters:
 fc- the file chooser- Returns:
 - a file view
 
 - 
getApproveButtonText
Returns approve button text.- Parameters:
 fc- the file chooser- Returns:
 - approve button text.
 
 - 
getDialogTitle
Returns the dialog title.- Parameters:
 fc- the file chooser- Returns:
 - the dialog title.
 
 - 
rescanCurrentDirectory
Rescan the current directory.- Parameters:
 fc- the file chooser
 - 
ensureFileIsVisible
Ensure the file in question is visible.- Parameters:
 fc- the file chooserf- the file
 - 
getDefaultButton
Returns default button for currentLookAndFeel.JFileChooserwill use this button as default button for dialog windows.- Parameters:
 fc- theJFileChooserwhose default button is requested- Returns:
 - the default JButton for current look and feel
 - Since:
 - 1.7
 
 
 -