Class AnnotationViewerDialog.InteractiveFilter
- java.lang.Object
-
- org.apache.uima.tools.docanalyzer.AnnotationViewerDialog.InteractiveFilter
-
- All Implemented Interfaces:
java.io.FilenameFilter
- Enclosing class:
- AnnotationViewerDialog
static class AnnotationViewerDialog.InteractiveFilter extends java.lang.Object implements java.io.FilenameFilter
Filter to not show the two interactive-mode directories in the file list.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
filenameFilter
-
Constructor Summary
Constructors Constructor Description InteractiveFilter(java.lang.String filenameFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File dir, java.lang.String name)
-