public static interface DataFilter.FileBased extends DataFilter
DataFilter
implementors to do low level filtering based on the file objects.DataFilter.FileBased
ALL, serialVersionUID
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFileObject(FileObject fo)
Should this fileobject be considered for displaying?
|
acceptDataObject
boolean acceptFileObject(FileObject fo)
fo
- the file objecttrue
if the object should be displayed,
false
otherwise