Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

Uses of Class
javax.swing.JFileChooser

Packages that use JFileChooser
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. 
javax.swing.plaf.basic Provides user interface objects built according to the Basic look-and-feel. 
javax.swing.plaf.metal Provides user interface objects built according to the ``metal'' look-and-feel. 
javax.swing.plaf.multi The multiplexing look and feel allows users to combine auxiliary look and feels with the default look and feel. 
 

Uses of JFileChooser in javax.swing
 

Constructors in javax.swing with parameters of type JFileChooser
JFileChooser.AccessibleJFileChooser.JFileChooser.AccessibleJFileChooser()
           
 

Uses of JFileChooser in javax.swing.plaf
 

Methods in javax.swing.plaf with parameters of type JFileChooser
abstract  FileFilter FileChooserUI.getAcceptAllFileFilter(JFileChooser fc)
           
abstract  FileView FileChooserUI.getFileView(JFileChooser fc)
           
abstract  String FileChooserUI.getApproveButtonText(JFileChooser fc)
           
abstract  String FileChooserUI.getDialogTitle(JFileChooser fc)
           
abstract  void FileChooserUI.rescanCurrentDirectory(JFileChooser fc)
           
abstract  void FileChooserUI.ensureFileIsVisible(JFileChooser fc, File f)
           
 

Uses of JFileChooser in javax.swing.plaf.basic
 

Methods in javax.swing.plaf.basic that return JFileChooser
 JFileChooser BasicFileChooserUI.getFileChooser()
           
 

Methods in javax.swing.plaf.basic with parameters of type JFileChooser
 void BasicFileChooserUI.installComponents(JFileChooser fc)
           
 void BasicFileChooserUI.uninstallComponents(JFileChooser fc)
           
protected  void BasicFileChooserUI.installListeners(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallListeners(JFileChooser fc)
           
protected  void BasicFileChooserUI.installDefaults(JFileChooser fc)
           
protected  void BasicFileChooserUI.installIcons(JFileChooser fc)
           
protected  void BasicFileChooserUI.installStrings(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallDefaults(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallIcons(JFileChooser fc)
           
protected  void BasicFileChooserUI.uninstallStrings(JFileChooser fc)
           
 PropertyChangeListener BasicFileChooserUI.createPropertyChangeListener(JFileChooser fc)
           
 void BasicFileChooserUI.rescanCurrentDirectory(JFileChooser fc)
           
 void BasicFileChooserUI.ensureFileIsVisible(JFileChooser fc, File f)
           
protected  JButton BasicFileChooserUI.getApproveButton(JFileChooser fc)
           
 String BasicFileChooserUI.getApproveButtonToolTipText(JFileChooser fc)
           
 ListSelectionListener BasicFileChooserUI.createListSelectionListener(JFileChooser fc)
           
protected  MouseListener BasicFileChooserUI.createDoubleClickListener(JFileChooser fc, JList list)
           
 FileFilter BasicFileChooserUI.getAcceptAllFileFilter(JFileChooser fc)
          Returns the default accept all file filter
 FileView BasicFileChooserUI.getFileView(JFileChooser fc)
           
 String BasicFileChooserUI.getDialogTitle(JFileChooser fc)
          Returns the title of this dialog
 int BasicFileChooserUI.getApproveButtonMnemonic(JFileChooser fc)
           
 String BasicFileChooserUI.getApproveButtonText(JFileChooser fc)
           
 

Constructors in javax.swing.plaf.basic with parameters of type JFileChooser
BasicDirectoryModel.BasicDirectoryModel(JFileChooser filechooser)
           
BasicFileChooserUI.BasicFileChooserUI(JFileChooser b)
           
 

Uses of JFileChooser in javax.swing.plaf.metal
 

Methods in javax.swing.plaf.metal with parameters of type JFileChooser
 void MetalFileChooserUI.installComponents(JFileChooser fc)
           
protected  void MetalFileChooserUI.installStrings(JFileChooser fc)
           
protected  JPanel MetalFileChooserUI.createList(JFileChooser fc)
           
 PropertyChangeListener MetalFileChooserUI.createPropertyChangeListener(JFileChooser fc)
           
 void MetalFileChooserUI.ensureFileIsVisible(JFileChooser fc, File f)
           
 void MetalFileChooserUI.rescanCurrentDirectory(JFileChooser fc)
           
protected  javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxRenderer MetalFileChooserUI.createDirectoryComboBoxRenderer(JFileChooser fc)
           
protected  MetalFileChooserUI.DirectoryComboBoxModel MetalFileChooserUI.createDirectoryComboBoxModel(JFileChooser fc)
           
protected  JButton MetalFileChooserUI.getApproveButton(JFileChooser fc)
           
 

Constructors in javax.swing.plaf.metal with parameters of type JFileChooser
MetalFileChooserUI.MetalFileChooserUI(JFileChooser filechooser)
           
 

Uses of JFileChooser in javax.swing.plaf.multi
 

Methods in javax.swing.plaf.multi with parameters of type JFileChooser
 FileFilter MultiFileChooserUI.getAcceptAllFileFilter(JFileChooser a)
          Call getAcceptAllFileFilter on each UI handled by this MultiUI.
 FileView MultiFileChooserUI.getFileView(JFileChooser a)
          Call getFileView on each UI handled by this MultiUI.
 String MultiFileChooserUI.getApproveButtonText(JFileChooser a)
          Call getApproveButtonText on each UI handled by this MultiUI.
 String MultiFileChooserUI.getDialogTitle(JFileChooser a)
          Call getDialogTitle on each UI handled by this MultiUI.
 void MultiFileChooserUI.rescanCurrentDirectory(JFileChooser a)
          Call rescanCurrentDirectory on each UI handled by this MultiUI.
 void MultiFileChooserUI.ensureFileIsVisible(JFileChooser a, File b)
          Call ensureFileIsVisible on each UI handled by this MultiUI.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.