javawrapper::OutFileFilter Class Reference

File filter for short output 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.

Static Public Member Functions

static String getExtension (File f)
 I got this method from Utils.java from the java tutorial on using file filtering.


Detailed Description

File filter for short output 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 javawrapper::OutFileFilter::accept ( File  pathname  )  [inline]

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 javawrapper::OutFileFilter::getDescription (  )  [inline]

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)

static String javawrapper::OutFileFilter::getExtension ( File  f  )  [inline, static]

I got this method from Utils.java from the java tutorial on using file filtering.

Parameters:
f Filename
Returns:
Extension

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


The documentation for this class was generated from the following file:
Generated on Wed Nov 29 08:45:05 2006 for SORTIE Java Interface by  doxygen 1.4.7