|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CombinationFilterMode | |
|---|---|
| org.clapper.util.io | org.clapper.util.io - Input/Output Classes. |
| Uses of CombinationFilterMode in org.clapper.util.io |
|---|
| Fields in org.clapper.util.io declared as CombinationFilterMode | |
|---|---|
static CombinationFilterMode |
CombinationFilenameFilter.AND_FILTERS
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to AND all the contained filters. |
static CombinationFilterMode |
CombinationFileFilter.AND_FILTERS
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to AND all the contained filters. |
static CombinationFilterMode |
CombinationFilenameFilter.OR_FILTERS
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to OR all the contained filters. |
static CombinationFilterMode |
CombinationFileFilter.OR_FILTERS
Deprecated. Convenience constant for backward compatibility: Mode setting that instructs the filter to OR all the contained filters. |
| Methods in org.clapper.util.io that return CombinationFilterMode | |
|---|---|
CombinationFilterMode |
CombinationFilenameFilter.getMode()
Deprecated. Get the combination mode of this CombinationFilenameFilter object. |
CombinationFilterMode |
CombinationFileFilter.getMode()
Deprecated. Get the combination mode of this CombinationFileFilter object. |
static CombinationFilterMode |
CombinationFilterMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CombinationFilterMode[] |
CombinationFilterMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.clapper.util.io with parameters of type CombinationFilterMode | |
|---|---|
void |
CombinationFilenameFilter.setMode(CombinationFilterMode mode)
Deprecated. Change the combination mode of this CombinationFilenameFilter object. |
void |
CombinationFileFilter.setMode(CombinationFilterMode mode)
Deprecated. Change the combination mode of this CombinationFileFilter object. |
| Constructors in org.clapper.util.io with parameters of type CombinationFilterMode | |
|---|---|
CombinationFileFilter(CombinationFilterMode mode)
Deprecated. Construct a new CombinationFileFilter with the specified mode. |
|
CombinationFilenameFilter(CombinationFilterMode mode)
Deprecated. Construct a new CombinationFilenameFilter with the specified mode. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||