Class SetFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by SetFilter

public class SetFilter
extends javax.swing.filechooser.FileFilter

This is an file filter that accepts directories and .set files.


Field Summary
static java.lang.String set
          Set file extension
 
Constructor Summary
SetFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
          Accepts directories and set files.
 java.lang.String getDescription()
          Returns the description of the filter.
static java.lang.String getExtension(java.io.File f)
          Deterimines the file extension of the passed in file, then returns it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

public static final java.lang.String set
Set file extension

See Also:
Constant Field Values
Constructor Detail

SetFilter

public SetFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Accepts directories and set files.

Specified by:
accept in class javax.swing.filechooser.FileFilter
Parameters:
f - File to test for acceptance
Returns:
true on accepted; false otherwise.

getDescription

public java.lang.String getDescription()
Returns the description of the filter.

Specified by:
getDescription in class javax.swing.filechooser.FileFilter
Returns:
The description of the filter.

getExtension

public static java.lang.String getExtension(java.io.File f)
Deterimines the file extension of the passed in file, then returns it.

Parameters:
f - The file to determine the extension of
Returns:
The file extension