public abstract class EdalAbstractFileFilter extends 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.EdalFileChooser.setFileFilter(de.ipk_gatersleben.bit.bi.edal.rmi.client.util.EdalAbstractFileFilter)| 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 String |
getDescription()
The description of this filter.
|
public abstract boolean accept(ClientPrimaryDataFile file)
file - the file to filterpublic abstract String getDescription()
Copyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.