| Package | Description |
|---|---|
| com.alee.utils.filefilter |
| Modifier and Type | Field and Description |
|---|---|
protected FilterGroupType |
GroupedFileFilter.filterGroupType
The way file filters will be grouped.
|
| Modifier and Type | Method and Description |
|---|---|
static FilterGroupType |
FilterGroupType.valueOf(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.
|
| Constructor and Description |
|---|
GroupedFileFilter(AbstractFileFilter defaultFilter,
FilterGroupType filterGroupType,
FileFilter... filters)
Constructs grouped file filter with the specified parameters.
|
GroupedFileFilter(FilterGroupType filterGroupType,
FileFilter... filters)
Constructs grouped file filter with the specified parameters.
|
Copyright © 2020. All rights reserved.