SORTIE Java Interface  1
Public Member Functions | List of all members
sortie.gui.components.FileOpenFilter Class Reference

This provides a file filter which shows all potential SORTIE file types: .xml, .hvr, .txt, and .gz.tar files. More...

Inheritance diagram for sortie.gui.components.FileOpenFilter:

Public Member Functions

boolean accept (File oPathname)
 Whether or not to accept any given file and show it in the file chooser. More...
 
String getDescription ()
 Gets the file descriptor string to be shown in the file chooser. More...
 

Detailed Description

This provides a file filter which shows all potential SORTIE file types: .xml, .hvr, .txt, and .gz.tar files.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
March 28, 2005: Created (LEM)
June 7, 2005: Removed support for .par files (LEM)

Member Function Documentation

◆ accept()

boolean sortie.gui.components.FileOpenFilter.accept ( File  oPathname)

Whether or not to accept any given file and show it in the file chooser.

Parameters
oPathnameFile's path and name.
Returns
True if the file is to be shown in the chooser, and false if it is not.

◆ getDescription()

String sortie.gui.components.FileOpenFilter.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: