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. |
Title: Data Visualizer
Description:
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
boolean datavisualizer.DataFileFilter.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 datavisualizer.DataFileFilter.getDescription | ( | ) |
Gets the file descriptor string to be shown in the file chooser.
static String datavisualizer.DataFileFilter.getExtension | ( | File | f | ) | [static] |
I got this method from Utils.java from the java tutorial on using file filtering.
f | Filename |