Package totalcross.ui.dialog
Interface FileChooserBox.Filter
-
- Enclosing class:
- FileChooserBox
public static interface FileChooserBox.FilterInterface used if you want to filter the files that will be added to the tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(File f)Must return true if the file is to be added to the tree.
-
-
-
Method Detail
-
accept
boolean accept(File f) throws IOException
Must return true if the file is to be added to the tree.- Throws:
IOException
-
-