uihelpers.DataFileFilter Class Reference
This provides a filter for data files - .out, .xml, and .gz files.
More...
List of all members.
|
Public Member Functions |
boolean | accept (File pathname) |
| Whether or not to accept any given file and show it in the file chooser.
|
String | getDescription () |
| Gets the file descriptor string to be shown in the file chooser.
|
Detailed Description
This provides a filter for data files - .out, .xml, and .gz files.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
- Author:
- Lora E. Murphy
- Version:
- 1.0
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
Member Function Documentation
boolean uihelpers.DataFileFilter.accept |
( |
File |
pathname |
) |
|
Whether or not to accept any given file and show it in the file chooser.
- Parameters:
-
| pathname | File's path and name. |
- Returns:
- True if the file is to be shown in the chooser, and false if it is not.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
String uihelpers.DataFileFilter.getDescription |
( |
|
) |
|
Gets the file descriptor string to be shown in the file chooser.
- Returns:
- File descriptor string.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
The documentation for this class was generated from the following file: