javax.swing.plaf
Class FileChooserUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
- Direct Known Subclasses:
- BasicFileChooserUI, MultiFileChooserUI
public abstract class FileChooserUI
- extends ComponentUI
Disabled: no SafeJ information.
Pluggable look and feel interface for JFileChooser
.
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileChooserUI
public FileChooserUI()
- Class is disabled.
getAcceptAllFileFilter
public abstract FileFilter getAcceptAllFileFilter(JFileChooser fc)
- Class is disabled.
getFileView
public abstract FileView getFileView(JFileChooser fc)
- Class is disabled.
getApproveButtonText
public abstract String getApproveButtonText(JFileChooser fc)
- Class is disabled.
getDialogTitle
public abstract String getDialogTitle(JFileChooser fc)
- Class is disabled.
rescanCurrentDirectory
public abstract void rescanCurrentDirectory(JFileChooser fc)
- Class is disabled.
ensureFileIsVisible
public abstract void ensureFileIsVisible(JFileChooser fc,
File f)
- Class is disabled.
getDefaultButton
public JButton getDefaultButton(JFileChooser fc)
- Class is disabled.
- Returns default button for current
LookAndFeel
.
JFileChooser
will use this button as default button
for dialog windows.
- Since:
- 1.7