Uses of Class
com.alee.utils.filefilter.FilterGroupType

Packages that use FilterGroupType
com.alee.utils.filefilter   
 

Uses of FilterGroupType in com.alee.utils.filefilter
 

Fields in com.alee.utils.filefilter declared as FilterGroupType
protected  FilterGroupType GroupedFileFilter.filterGroupType
          The way file filters will be grouped.
 

Methods in com.alee.utils.filefilter that return FilterGroupType
static FilterGroupType FilterGroupType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterGroupType[] FilterGroupType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.alee.utils.filefilter with parameters of type FilterGroupType
GroupedFileFilter(AbstractFileFilter defaultFilter, FilterGroupType filterGroupType, java.io.FileFilter... filters)
          Constructs grouped file filter with the specified parameters.
GroupedFileFilter(FilterGroupType filterGroupType, java.io.FileFilter... filters)
          Constructs grouped file filter with the specified parameters.