textbender.g.io
Class FileFilterX

java.lang.Object
  extended by FileFilterX

public final class FileFilterX
extends Object

FileFilter common implementations.


Field Summary
static FileFilter OPAQUE
          A filter that rejects all files.
static FileFilter TRANSPARENT
          A filter that accepts all files.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPAQUE

public static final FileFilter OPAQUE
A filter that rejects all files.


TRANSPARENT

public static final FileFilter TRANSPARENT
A filter that accepts all files.