|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.FileManager
ucar.unidata.ui.FileManager
public class FileManager
Wrapper cover for JFileChooser.
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileManager(Component parent)
parent as the
parent for the dialog.
parent - parent component for the dialog.
public FileManager(Component parent,
String defDir,
String file_extension,
String desc)
parent - parent component for the dialog.defDir - default directory to open upfile_extension - file_extention to use for a filterdesc - description of files of type file_extension
public FileManager(Component parent,
String defDir,
FileFilter filter)
parent - parent component for the dialog.defDir - default directory to open upfilter - default FileFilter
public FileManager(Component parent,
String defDir,
FileFilter filter,
String title)
parent - parent component for the dialog.defDir - default directory to open upfilter - default FileFiltertitle - title for the dialog window
public FileManager(Component parent,
String defDir,
List filters)
parent - parent component for the dialog.defDir - default directory to open upfilters - List of default FileFilter's
public FileManager(Component parent,
String defDir,
List filters,
String title)
parent - parent component for the dialog.defDir - default directory to open upfilters - List of default FileFilter'stitle - title for the dialog window
public FileManager(Component parent,
String defDir,
List filters,
String title,
boolean includeAllFilter)
parent - parent component for the dialog.defDir - default directory to open upfilters - List of default FileFilter'stitle - title for the dialog windowincludeAllFilter - true to include the "All files" filter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||