gov.sns.application
Class FileChooserFactory

java.lang.Object
  |
  +--gov.sns.application.FileChooserFactory

Deprecated. Replaced by FileFilterFactory

public class FileChooserFactory
extends java.lang.Object

Factory for creating file choosers that filter files of the specified types. This class has been deprecated and should no longer be used. Please use FileFilterFactory instead.


Constructor Summary
protected FileChooserFactory()
          Deprecated. Creates a new instance of FileChooserFactory
 
Method Summary
static javax.swing.JFileChooser getFileChooser(java.lang.String[] fileTypes)
          Deprecated. Create a file chooser that accepts the specified types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileChooserFactory

protected FileChooserFactory()
Deprecated. 
Creates a new instance of FileChooserFactory

Method Detail

getFileChooser

public static javax.swing.JFileChooser getFileChooser(java.lang.String[] fileTypes)
Deprecated. 
Create a file chooser that accepts the specified types. A type is identified by its filename suffix.

Parameters:
fileTypes - An array of file types to accept
Returns:
The file chooser that accepts the specified file types