Uses of Class
bb.io.filefilter.CompoundFilter.Mode

Packages that use CompoundFilter.Mode
bb.io.filefilter Provides classes that may be used for file filtering. 
 

Uses of CompoundFilter.Mode in bb.io.filefilter
 

Fields in bb.io.filefilter declared as CompoundFilter.Mode
private  CompoundFilter.Mode CompoundFilter.mode
           
 

Methods in bb.io.filefilter that return CompoundFilter.Mode
static CompoundFilter.Mode CompoundFilter.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompoundFilter.Mode[] CompoundFilter.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in bb.io.filefilter with parameters of type CompoundFilter.Mode
CompoundFilter(CompoundFilter.Mode mode, FileFilter... filters)
          Constructor.