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. | |
Static Public Member Functions | |
static String | getExtension (File f) |
I got this method from Utils.java from the java tutorial on using file filtering. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
boolean javawrapper.OutFileFilter.accept | ( | File | pathname | ) |
Whether or not to accept any given file and show it in the file chooser.
pathname | File's path and name. |
String javawrapper.OutFileFilter.getDescription | ( | ) |
Gets the file descriptor string to be shown in the file chooser.
static String javawrapper.OutFileFilter.getExtension | ( | File | f | ) | [static] |
I got this method from Utils.java from the java tutorial on using file filtering.
f | Filename |