ucar.unidata.ui
Class FileManager

java.lang.Object
  extended by ucar.unidata.util.FileManager
      extended by ucar.unidata.ui.FileManager

Deprecated. Use ucar.unidata.util.FileManager

public class FileManager
extends FileManager

Wrapper cover for JFileChooser.

Version:
$Id: FileManager.java,v 1.59 2007/07/06 20:45:30 jeffmc Exp $
Author:
Unidata development staff

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.unidata.util.FileManager
FileManager.ExtFilter, FileManager.NetcdfExtFilter
 
Field Summary
 
Fields inherited from class ucar.unidata.util.FileManager
FILTER_ANIMATEDGIF, FILTER_AVI, FILTER_CSV, FILTER_IMAGE, FILTER_IMAGE_OR_PDF, FILTER_IMAGEWRITE, FILTER_JAR, FILTER_JPG, FILTER_KMZ, FILTER_LOG, FILTER_MOV, FILTER_NETCDF, FILTER_XLS, FILTER_XML, NULL_BTNTEXT, NULL_STRING, NULL_TITLE, PROP_DIR_HISTORY, PROP_DIRECTORY, SUFFIX_CSV, SUFFIX_GIF, SUFFIX_JPG, SUFFIX_LOG, SUFFIX_MOV, SUFFIX_NETCDF, SUFFIX_XLS, SUFFIX_XML
 
Constructor Summary
FileManager(Component parent)
          Deprecated. Create a FileManager and use parent as the parent for the dialog.
FileManager(Component parent, String defDir, FileFilter filter)
          Deprecated. Create a FileManager and use the specified params to configure its behavior.
FileManager(Component parent, String defDir, FileFilter filter, String title)
          Deprecated. Create a FileManager and use the specified params to configure its behavior.
FileManager(Component parent, String defDir, List filters)
          Deprecated. Create a FileManager and use the specified params to configure its behavior.
FileManager(Component parent, String defDir, List filters, String title)
          Deprecated. Create a FileManager and use the specified params to configure its behavior.
FileManager(Component parent, String defDir, List filters, String title, boolean includeAllFilter)
          Deprecated. Create a FileManager and use the specified params to configure its behavior.
FileManager(Component parent, String defDir, String file_extension, String desc)
          Deprecated. Create a FileManager and use the specified params to configure its behavior.
 
Method Summary
 
Methods inherited from class ucar.unidata.util.FileManager
addToHistory, chooseFilename, chooseFilename, chooseFilename, chooseFilename, getChooser, getDirectory, getDirectory, getDirectory, getDirectoryName, getFile, getFile, getFileHidingEnabled, getHistoryList, getHistoryList, getReadFile, getReadFile, getReadFile, getReadFile, getReadFile, getReadFile, getReadFileOrURL, getWriteFile, getWriteFile, getWriteFile, getWriteFile, getWriteFile, getWriteFile, getWriteFile, getWriteFile, makeDirectoryHistoryComponent, setAccessory, setApproveButtonText, setFileHidingEnabled, setSelectedFile, setStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileManager

public FileManager(Component parent)
Deprecated. 
Create a FileManager and use parent as the parent for the dialog.

Parameters:
parent - parent component for the dialog.

FileManager

public FileManager(Component parent,
                   String defDir,
                   String file_extension,
                   String desc)
Deprecated. 
Create a FileManager and use the specified params to configure its behavior.

Parameters:
parent - parent component for the dialog.
defDir - default directory to open up
file_extension - file_extention to use for a filter
desc - description of files of type file_extension

FileManager

public FileManager(Component parent,
                   String defDir,
                   FileFilter filter)
Deprecated. 
Create a FileManager and use the specified params to configure its behavior.

Parameters:
parent - parent component for the dialog.
defDir - default directory to open up
filter - default FileFilter

FileManager

public FileManager(Component parent,
                   String defDir,
                   FileFilter filter,
                   String title)
Deprecated. 
Create a FileManager and use the specified params to configure its behavior.

Parameters:
parent - parent component for the dialog.
defDir - default directory to open up
filter - default FileFilter
title - title for the dialog window

FileManager

public FileManager(Component parent,
                   String defDir,
                   List filters)
Deprecated. 
Create a FileManager and use the specified params to configure its behavior.

Parameters:
parent - parent component for the dialog.
defDir - default directory to open up
filters - List of default FileFilter's

FileManager

public FileManager(Component parent,
                   String defDir,
                   List filters,
                   String title)
Deprecated. 
Create a FileManager and use the specified params to configure its behavior.

Parameters:
parent - parent component for the dialog.
defDir - default directory to open up
filters - List of default FileFilter's
title - title for the dialog window

FileManager

public FileManager(Component parent,
                   String defDir,
                   List filters,
                   String title,
                   boolean includeAllFilter)
Deprecated. 
Create a FileManager and use the specified params to configure its behavior.

Parameters:
parent - parent component for the dialog.
defDir - default directory to open up
filters - List of default FileFilter's
title - title for the dialog window
includeAllFilter - true to include the "All files" filter.