public abstract class FileChooserUI extends ComponentUI
JFileChooser.
| Constructor and Description |
|---|
FileChooserUI()
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ensureFileIsVisible(JFileChooser
|
abstract FileFilter |
getAcceptAllFileFilter(JFileChooser
|
abstract String |
getApproveButtonText(JFileChooser
|
JButton |
getDefaultButton(JFileChooser
Returns default button for current
LookAndFeel.
|
abstract String |
getDialogTitle(JFileChooser
|
abstract FileView |
getFileView(JFileChooser
|
abstract void |
rescanCurrentDirectory(JFileChooser
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract FileFiltergetAcceptAllFileFilter(JFileChooser fc)
public abstract FileViewgetFileView(JFileChooser fc)
public abstract StringgetApproveButtonText(JFileChooser fc)
public abstract StringgetDialogTitle(JFileChooser fc)
public abstract void rescanCurrentDirectory(JFileChooserfc)
public abstract void ensureFileIsVisible(JFileChooserfc, File f)
public JButtongetDefaultButton(JFileChooser fc)
LookAndFeel.
JFileChooser will use this button as default button for dialog windows.