Package org.gvsig.utils
Class SimpleFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
org.gvsig.utils.SimpleFileFilter
- All Implemented Interfaces:
FileFilter
A simple file filter implementation that allow to specify one or more file
extensions
- Author:
- wolf
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleFileFilter(String[] extensions, String description) SimpleFileFilter(String extension, String description) -
Method Summary
-
Constructor Details
-
SimpleFileFilter
-
SimpleFileFilter
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceFileFilter- Specified by:
acceptin classFileFilter- See Also:
-
getDescription
- Specified by:
getDescriptionin classFileFilter- See Also:
-