javax.swing.plaf
Class FileChooserUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by 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.


Constructor Summary
FileChooserUI()
           
 
Method Summary
abstract  void ensureFileIsVisible(JFileChooser fc, File f)
           
abstract  FileFilter getAcceptAllFileFilter(JFileChooser fc)
           
abstract  String getApproveButtonText(JFileChooser fc)
           
 JButton getDefaultButton(JFileChooser fc)
          Returns default button for current LookAndFeel.
abstract  String getDialogTitle(JFileChooser fc)
           
abstract  FileView getFileView(JFileChooser fc)
           
abstract  void rescanCurrentDirectory(JFileChooser fc)
           
 
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
 

Constructor Detail

FileChooserUI

public FileChooserUI()
Class is disabled.

Method Detail

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