Public Member Functions | |
RegexFileFilter (String regexinit) | |
boolean | accept (File file) |
Private Attributes | |
String | regex |
tit.gui.filter.RegexFileFilter.RegexFileFilter | ( | String | regexinit | ) |
Contructs a new RegexFileFilter
.
regexinit |
boolean tit.gui.filter.RegexFileFilter.accept | ( | File | file | ) |
Checks wheter a file is accepted by the filter or not.
file | The file to check |
true
is the file is accepted, false
otherwise.
String tit.gui.filter.RegexFileFilter.regex [private] |
The regex.