Class LogFilter

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

public class LogFilter
extends javax.swing.filechooser.FileFilter

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


Field Summary
static java.lang.String log
          Log file extension
 
Constructor Summary
LogFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
          Accepts directories and log 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

log

public static final java.lang.String log
Log file extension

See Also:
Constant Field Values
Constructor Detail

LogFilter

public LogFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Accepts directories and log 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