org.openide.loaders
Interface DataFilter.FileBased
- All Superinterfaces:
- DataFilter, Serializable
- Enclosing interface:
- DataFilter
public static interface DataFilter.FileBased
- extends DataFilter
Additional interface that can be implemented by the DataFilter
implementors to do low level filtering based on the file objects.
- Since:
- 7.4
acceptFileObject
boolean acceptFileObject(FileObject fo)
- Should this fileobject be considered for displaying?
- Parameters:
fo
- the file object
- Returns:
true
if the object should be displayed,
false
otherwise