java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
- Direct Known Subclasses:
- BasicFileChooserUI,- MultiFileChooserUI
Pluggable look and feel interface for 
JFileChooser.- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ComponentUIcontains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
Constructor Details- 
FileChooserUIprotected FileChooserUI()Constructor for subclasses to call.
 
- 
- 
Method Details- 
getAcceptAllFileFilterReturns an accept-all file filter.- Parameters:
- fc- the file chooser
- Returns:
- an accept-all file filter
 
- 
getFileViewReturns a file view.- Parameters:
- fc- the file chooser
- Returns:
- a file view
 
- 
getApproveButtonTextReturns approve button text.- Parameters:
- fc- the file chooser
- Returns:
- approve button text.
 
- 
getDialogTitleReturns the dialog title.- Parameters:
- fc- the file chooser
- Returns:
- the dialog title.
 
- 
rescanCurrentDirectoryRescan the current directory.- Parameters:
- fc- the file chooser
 
- 
ensureFileIsVisibleEnsure the file in question is visible.- Parameters:
- fc- the file chooser
- f- the file
 
- 
getDefaultButtonReturns default button for currentLookAndFeel.JFileChooserwill use this button as default button for dialog windows.- Parameters:
- fc- the- JFileChooserwhose default button is requested
- Returns:
- the default JButton for current look and feel
- Since:
- 1.7
 
 
-