Package org.jfree.xml.generator
Class JavaSourceCollector.CollectorFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
org.jfree.ui.ExtensionFileFilter
org.jfree.xml.generator.JavaSourceCollector.CollectorFileFilter
- All Implemented Interfaces:
FileFilter
- Enclosing class:
JavaSourceCollector
private static class JavaSourceCollector.CollectorFileFilter
extends ExtensionFileFilter
implements FileFilter
A file filter.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectorFileFilter(String description, String extension) Creates a new instance. -
Method Summary
Methods inherited from class org.jfree.ui.ExtensionFileFilter
accept, getDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.io.FileFilter
accept
-
Constructor Details
-
CollectorFileFilter
Creates a new instance.- Parameters:
description- the file description.extension- the file extension.
-