ti.chimera.fs
Interface FileSystemTreeModel.FileSystemTreeFilter

All Known Implementing Classes:
FileChooser.AbstractFileFilter
Enclosing interface:
FileSystemTreeModel

public static interface FileSystemTreeModel.FileSystemTreeFilter

Filter which controls what files are visible in the model.


Method Summary
 boolean accept(oscript.fs.AbstractFile file)
          Test whether the file is accepted by this filter.
 

Method Detail

accept

public boolean accept(oscript.fs.AbstractFile file)
Test whether the file is accepted by this filter.