public abstract class EdalAbstractFileFilter
extends java.lang.Object
EDALFileFilter is an abstract class used by
EDALFileChooser for filtering the set of files shown to the user. See
EDALFileNameExtensionFilter for an implementation that filters using
the file name extension. A EDALFileFilter can be set on a
EDALFileChooser to keep unwanted files from appearing in the
directory listing.| Constructor and Description |
|---|
EdalAbstractFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(ClientPrimaryDataFile file)
Whether the given file is accepted by this filter.
|
abstract java.lang.String |
getDescription()
The description of this filter.
|
public abstract boolean accept(ClientPrimaryDataFile file)
file - the file to filterpublic abstract java.lang.String getDescription()