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, getDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.io.FileFilter
accept
-
Constructor Details
-
CollectorFileFilter
Creates a new instance.- Parameters:
description
- the file description.extension
- the file extension.
-