Package ucar.unidata.ui
Class FileManager
java.lang.Object
ucar.unidata.util.FileManager
ucar.unidata.ui.FileManager
Wrapper cover for JFileChooser.
deprecated Use ucar.unidata.util.FileManager
- 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.MyFileChooser, 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_KML, FILTER_KMZ, FILTER_LOG, FILTER_MOV, FILTER_MP4, FILTER_NETCDF, FILTER_SHP, FILTER_TXT, FILTER_XLS, FILTER_XML, FILTER_ZIP, NULL_BTNTEXT, NULL_STRING, NULL_TITLE, PROP_DIR_HISTORY, PROP_DIRECTORY, SUFFIX_AVI, SUFFIX_CSV, SUFFIX_GIF, SUFFIX_JAR, SUFFIX_JPG, SUFFIX_KML, SUFFIX_KMZ, SUFFIX_LOG, SUFFIX_MOV, SUFFIX_MP4, SUFFIX_NETCDF, SUFFIX_PNG, SUFFIX_SHP, SUFFIX_TXT, SUFFIX_XLS, SUFFIX_XML, SUFFIX_ZIP
-
Constructor Summary
ConstructorsConstructorDescriptionFileManager
(Component parent) Create a FileManager and useparent
as the parent for the dialog.FileManager
(Component parent, String defDir, String file_extension, String desc) Create a FileManager and use the specified params to configure its behavior.FileManager
(Component parent, String defDir, List filters) Create a FileManager and use the specified params to configure its behavior.FileManager
(Component parent, String defDir, List filters, String title) Create a FileManager and use the specified params to configure its behavior.FileManager
(Component parent, String defDir, List filters, String title, boolean includeAllFilter) Create a FileManager and use the specified params to configure its behavior.FileManager
(Component parent, String defDir, FileFilter filter) Create a FileManager and use the specified params to configure its behavior.FileManager
(Component parent, String defDir, FileFilter filter, String title) 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, setFixFileLockup, setSelectedFile, setStore
-
Constructor Details
-
FileManager
Create a FileManager and useparent
as the parent for the dialog.- Parameters:
parent
- parent component for the dialog.
-
FileManager
Create a FileManager and use the specified params to configure its behavior.- Parameters:
parent
- parent component for the dialog.defDir
- default directory to open upfile_extension
- file_extention to use for a filterdesc
- description of files of typefile_extension
-
FileManager
Create a FileManager and use the specified params to configure its behavior.- Parameters:
parent
- parent component for the dialog.defDir
- default directory to open upfilter
- defaultFileFilter
-
FileManager
Create a FileManager and use the specified params to configure its behavior.- Parameters:
parent
- parent component for the dialog.defDir
- default directory to open upfilter
- defaultFileFilter
title
- title for the dialog window
-
FileManager
Create a FileManager and use the specified params to configure its behavior.- Parameters:
parent
- parent component for the dialog.defDir
- default directory to open upfilters
-List
of defaultFileFilter
's
-
FileManager
Create a FileManager and use the specified params to configure its behavior.- Parameters:
parent
- parent component for the dialog.defDir
- default directory to open upfilters
-List
of defaultFileFilter
'stitle
- title for the dialog window
-
FileManager
public FileManager(Component parent, String defDir, List filters, String title, boolean includeAllFilter) Create a FileManager and use the specified params to configure its behavior.- Parameters:
parent
- parent component for the dialog.defDir
- default directory to open upfilters
-List
of defaultFileFilter
'stitle
- title for the dialog windowincludeAllFilter
- true to include the "All files" filter.
-